Skip to content

Commit 0140e0a

Browse files
committed
Changed docs to mention KurrentDB rather than EventStoreDB.
1 parent 573d3bb commit 0140e0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ There are projects that adapt popular ORMs such as
173173
and [SQLAlchemy](https://github.com/pyeventsourcing/eventsourcing-sqlalchemy#readme).
174174
There are projects that adapt specialist event stores such as
175175
[Axon Server](https://github.com/pyeventsourcing/eventsourcing-axonserver#readme) and
176-
[EventStoreDB](https://github.com/pyeventsourcing/eventsourcing-eventstoredb#readme).
176+
[KurrentDB](https://github.com/pyeventsourcing/eventsourcing-kurrentdb#readme).
177177
There are projects that support popular NoSQL databases such as
178178
[DynamoDB](https://github.com/pyeventsourcing/eventsourcing-dynamodb#readme).
179179
There are also projects that provide examples of using the

docs/topics/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ included in this library, for example by adapting popular ORMs such as
539539
and `SQLAlchemy <https://github.com/pyeventsourcing/eventsourcing-sqlalchemy#readme>`_,
540540
specialist event store databases such as
541541
`Axon Server <https://github.com/pyeventsourcing/eventsourcing-axonserver#readme>`_
542-
and `EventStoreDB <https://github.com/pyeventsourcing/eventsourcing-eventstoredb#readme>`_,
542+
and `KurrentDB <https://github.com/pyeventsourcing/eventsourcing-kurrentdb#readme>`_,
543543
alternative model and serialisation frameworks such as Pydantic and orjson, and for
544544
serving applications and running systems with efficient
545545
inter-process communication technologies like `gRPC <https://github.com/pyeventsourcing/eventsourcing-grpc#readme>`_.

docs/topics/persistence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ that support using popular ORMs for persistence such as
13351335
and `SQLAlchemy <https://github.com/pyeventsourcing/eventsourcing-sqlalchemy#readme>`_,
13361336
specialist event stores such as
13371337
`Axon Server <https://github.com/pyeventsourcing/eventsourcing-axonserver#readme>`_
1338-
and `EventStoreDB <https://github.com/pyeventsourcing/eventsourcing-eventstoredb#readme>`_,
1338+
and `KurrentDB <https://github.com/pyeventsourcing/eventsourcing-kurrentdb#readme>`_,
13391339
and popular NoSQL databases such as
13401340
`DynamoDB <https://github.com/pyeventsourcing/eventsourcing-dynamodb#readme>`_.
13411341

0 commit comments

Comments
 (0)