Skip to content

Commit c6ae5d1

Browse files
committed
rebrand clients
1 parent 2930237 commit c6ae5d1

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Please make sure to follow the [contribution guidelines](CONTRIBUTING.md). It co
1919
KurrentDB clients:
2020
- C# - [see more](https://github.com/EventStore/EventStore-Client-Dotnet/tree/master/samples)
2121
- NodeJS - [see more](https://github.com/EventStore/EventStore-Client-NodeJS/tree/master/packages/test/src/samples)
22-
- Java - [see more](https://github.com/EventStore/EventStoreDB-Client-Java/tree/trunk/src/test/java/io/kurrent/dbclient/samples)
23-
- Rust - [see more](https://github.com/EventStore/EventStoreDB-Client-Rust/tree/master/examples)
22+
- Java - [see more](https://github.com/kurrent-io/KurrentDB-Client-Java/tree/trunk/src/test/java/io/kurrent/dbclient/samples)
23+
- Rust - [see more](https://github.com/kurrent-io/KurrentDB-Client-Rust/tree/master/examples)
2424
- Go - [see more](https://github.com/EventStore/EventStore-Client-Go/tree/master/samples)
2525

2626
## Local development

docs/clients/grpc/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,35 @@ Install the client SDK package to your project.
2020

2121
#### Python
2222

23-
Install the `esdbclient` package from PyPI or use Poetry:
23+
Install the `kurrentdbclient` package from PyPI or use Poetry:
2424

2525
::: tabs
2626
@tab pip
2727
```bash
28-
pip install esdbclient
28+
pip install kurrentdbclient
2929
```
3030
@tab Poetry
3131
```bash
32-
poetry add esdbclient
32+
poetry add kurrentdbclient
3333
```
3434
:::
3535

3636
#### NodeJS
3737

38-
Install the `@eventstore/db-client` package using NPM, Yarn or PNPM:
38+
Install the `@kurrent/kurrentdb-client` package using NPM, Yarn or PNPM:
3939

4040
::: tabs
4141
@tab npm
4242
```bash
43-
npm install --save @eventstore/db-client
43+
npm install --save @kurrent/kurrentdb-client
4444
```
4545
@tab yarn
4646
```bash
47-
yarn add @eventstore/db-client
47+
yarn add @kurrent/kurrentdb-client
4848
```
4949
@tab pnpm
5050
```bash
51-
pnpm add @eventstore/db-client
51+
pnpm add @kurrent/kurrentdb-client
5252
```
5353
:::
5454

@@ -86,7 +86,7 @@ dotnet add package EventStore.Client.Grpc.Streams
8686
Install the `esdb` package using Go modules:
8787

8888
```bash
89-
go get github.com/EventStore/EventStore-Client-Go/v3.2.0/esdb
89+
go get github.com/kurrent-io/KurrentDB-Client-Go/kurrentdb
9090
```
9191

9292
#### Rust

docs/clients/grpc/projections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ Install the client SDK package to your project.
2121

2222
### NodeJS
2323

24-
Add `@eventstore/db-client` to your project using Yarn, NPM, or pnpm.
24+
Add `@kurrent/kurrentdb-client` to your project using Yarn, NPM, or pnpm.
2525

2626
TypeScript type declarations are included in the package.
2727

2828
::: tabs
2929
@tab npm
3030
```bash
31-
npm install --save @eventstore/db-client
31+
npm install --save @kurrent/kurrentdb-client
3232
```
3333
@tab yarn
3434
```bash
35-
yarn add @eventstore/db-client
35+
yarn add @kurrent/kurrentdb-client
3636
```
3737
@tab pnpm
3838
```bash
39-
pnpm add @eventstore/db-client
39+
pnpm add @kurrent/kurrentdb-client
4040
```
4141
:::
4242

docs/getting-started/quickstart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Alternatively, you can locate and open the file from the EXPLORER window on the
241241

242242
@tab Python
243243
```
244-
esdbclient==1.0.19
244+
kurrentdbclient==1.0.19
245245
```
246246

247247
@tab Java
@@ -263,7 +263,7 @@ esdbclient==1.0.19
263263
@tab node.js
264264
```json
265265
"dependencies": {
266-
"@eventstore/db-client": "^6.1.0"
266+
"@kurrent/kurrentdb-client": "^6.1.0"
267267
}
268268
```
269269
:::

import/repos.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@
171171
"group": "Go SDK",
172172
"basePath": "clients/go",
173173
"samplesRelativePath": ["samples"],
174-
"repo": "https://github.com/kurrent-io/EventStore-Client-Go",
174+
"repo": "https://github.com/kurrent-io/KurrentDB-Client-Go",
175175
"branches": [
176176
{
177-
"version": "4.2.0",
178-
"name": "master"
177+
"version": "1.0.0",
178+
"name": "main"
179179
}
180180
]
181181
},

0 commit comments

Comments
 (0)