Skip to content

Commit dabd295

Browse files
Deflaimunanh nguyen
andcommitted
eventstore -> kurrent
Event Store -> Kurrent EventStoreDB -> KurrentDB kurrent link update docker image org name revert past v24 names revert changes to deprecated client revert some pages where EventStoreDB made more sense giving the versioning revert rebrand clients update go version add python and go docs: Rebrand from EventStore to Kurrent (#828) Co-authored-by: Mark Morrissey <90937442+coloradomorrissey@users.noreply.github.com> Co-authored-by: Hayley Campbell <hayleyjeancampbell@gmail.com> engine: captures 404 page events (#859) engine: modify toc with feedback behavior (#863) engine: additional fix for the toc (#864) docs: change artifactId for java client (#865) Co-authored-by: anh nguyen <nvcc1701@gmail.com>
1 parent 98cdbb3 commit dabd295

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

docs/.vuepress/configs/plugins/notices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const notices: NoticePluginOptions = {
2121
},
2222
{
2323
path: "/server/v5/",
24-
title: "This documentation is for the unsupported EventStoreDB version",
24+
title: "This documentation is for the unsupported KurrentDB version",
2525
content: "EventStoreDB v5 and below are out of support. Please migrate to the latest server version.",
2626
actions: [actionLatest]
2727
},

docs/clients/grpc/projections.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,29 @@ For .NET projects, install the `EventStore.Client.Grpc.ProjectionManagement` pac
7070
dotnet add package EventStore.Client.Grpc.ProjectionManagement --version 23.*
7171
```
7272

73+
### Python
74+
75+
Install the `kurrentdbclient` package from PyPI or use Poetry:
76+
77+
::: tabs
78+
@tab pip
79+
```bash
80+
pip install kurrentdbclient
81+
```
82+
@tab Poetry
83+
```bash
84+
poetry add kurrentdbclient
85+
```
86+
:::
87+
88+
### Go
89+
90+
Install the `kurrentdb` package using Go modules:
91+
92+
```bash
93+
go get github.com/kurrent-io/KurrentDB-Client-Go/kurrentdb
94+
```
95+
7396
### Other languages
7497

7598
Go, Rust and Python clients does not have a dedicated projection management client yet.

0 commit comments

Comments
 (0)