Skip to content

Rename EventStoreDB to KurrentDB #901

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
May 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9e38f90
feat: add mockserver module
botflux Jan 9, 2025
b74d0bc
docs: add docs
botflux Jan 9, 2025
cd8d643
style: lint
botflux Jan 10, 2025
303db1d
Merge branch 'testcontainers:main' into main
botflux Jan 10, 2025
76f568b
Merge branch 'testcontainers:main' into main
botflux Jan 12, 2025
2d9b6f3
feat: add eventstoredb module
botflux Jan 12, 2025
802872d
test(eventstoredb): test standard projections
botflux Jan 12, 2025
611f9fc
docs(eventstoredb): add another example in the docs and fix the code …
botflux Jan 12, 2025
5abdbd9
docs(eventstoredb): fix documentation page title
botflux Jan 12, 2025
d2228bf
docs(eventstoredb): fix code block description
botflux Jan 12, 2025
5293d51
Merge branch 'testcontainers:main' into main
botflux Jan 13, 2025
bf11086
Merge branch 'testcontainers:main' into main
botflux Jan 15, 2025
81fe2b4
Merge branch 'testcontainers:main' into main
botflux Jan 22, 2025
80472b7
docs(kurrent): change eventstoredb to kurrent
botflux Jan 22, 2025
e4dd1c4
fix(kurrent): rename eventstoredb to kurrent
botflux Jan 22, 2025
1cb3ac6
fix(kurrent): rename eventstoredb to kurrent in package.json
botflux Jan 22, 2025
d298791
fix(kurrent): rename the package's directory
botflux Jan 22, 2025
8e7980a
docs(kurrent): update mkdocs.yml
botflux Jan 22, 2025
70ec4a0
test(kurrent): rename the test's title
botflux Jan 22, 2025
7125386
Merge branch 'testcontainers:main' into main
botflux Jan 26, 2025
806d5f2
Merge branch 'main' into botflux/main
cristianrgreco May 23, 2025
f48028a
Lint
cristianrgreco May 23, 2025
4108d03
Use Kurrent image and lib
cristianrgreco May 23, 2025
1dd1d6c
Rename from kurrent -> kurrentdb
cristianrgreco May 23, 2025
bcd0716
Update package-lock.json
cristianrgreco May 23, 2025
2bc06c2
Update docs link
cristianrgreco May 23, 2025
cd65f31
Update docs
cristianrgreco May 23, 2025
00dad82
Merge branch 'main' into botflux/main
cristianrgreco May 25, 2025
61aa07d
Remove default image
cristianrgreco May 25, 2025
ae4ef96
kurrent-db -> kurrentdb
cristianrgreco May 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions docs/modules/eventstoredb.md

This file was deleted.

19 changes: 19 additions & 0 deletions docs/modules/kurrentdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# KurrentDB Module

[KurrentDB](https://kurrent.io) is an event sourcing database that stores data in streams of immutable events.

## Install

```bash
npm install @testcontainers/kurrentdb --save-dev
```

## Examples

<!--codeinclude-->
[Start container:](../../packages/modules/kurrentdb/src/kurrentdb-container.test.ts) inside_block:startContainer
<!--/codeinclude-->

<!--codeinclude-->
[Subscribe to standard projection:](../../packages/modules/kurrentdb/src/kurrentdb-container.test.ts) inside_block:usingStandardProjections
<!--/codeinclude-->
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ nav:
- CockroachDB: modules/cockroachdb.md
- Elasticsearch: modules/elasticsearch.md
- Etcd: modules/etcd.md
- EventStoreDB: modules/eventstoredb.md
- GCloud: modules/gcloud.md
- HiveMQ: modules/hivemq.md
- K3s: modules/k3s.md
- Kafka: modules/kafka.md
- KurrentDB: modules/kurrentdb.md
- Localstack: modules/localstack.md
- MariaDB: modules/mariadb.md
- Mockserver: modules/mockserver.md
Expand Down
248 changes: 168 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading