Skip to content

Commit 4e1bb74

Browse files
authored
Rename EventStoreDB to KurrentDB (#901)
1 parent c97e35d commit 4e1bb74

File tree

12 files changed

+230
-144
lines changed

12 files changed

+230
-144
lines changed

docs/modules/eventstoredb.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/modules/kurrentdb.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# KurrentDB Module
2+
3+
[KurrentDB](https://kurrent.io) is an event sourcing database that stores data in streams of immutable events.
4+
5+
## Install
6+
7+
```bash
8+
npm install @testcontainers/kurrentdb --save-dev
9+
```
10+
11+
## Examples
12+
13+
<!--codeinclude-->
14+
[Start container:](../../packages/modules/kurrentdb/src/kurrentdb-container.test.ts) inside_block:startContainer
15+
<!--/codeinclude-->
16+
17+
<!--codeinclude-->
18+
[Subscribe to standard projection:](../../packages/modules/kurrentdb/src/kurrentdb-container.test.ts) inside_block:usingStandardProjections
19+
<!--/codeinclude-->

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ nav:
5757
- CockroachDB: modules/cockroachdb.md
5858
- Elasticsearch: modules/elasticsearch.md
5959
- Etcd: modules/etcd.md
60-
- EventStoreDB: modules/eventstoredb.md
6160
- GCloud: modules/gcloud.md
6261
- HiveMQ: modules/hivemq.md
6362
- K3s: modules/k3s.md
6463
- Kafka: modules/kafka.md
64+
- KurrentDB: modules/kurrentdb.md
6565
- Localstack: modules/localstack.md
6666
- MariaDB: modules/mariadb.md
6767
- Mockserver: modules/mockserver.md

package-lock.json

Lines changed: 168 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)