Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gradyzhuo authored Dec 3, 2024
1 parent b2ca25c commit f5874c4
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,6 @@
# KurrentDB(original: EventStoreDB)
[Kurrent](https://www.eventstore.com) Database [gRPC](https://github.com/grpc/grpc-swift.git) Client SDK in Swift.

### Implementation Status
- Client Settings
☑️ ConnectionString parsed
☑️ Endpoint (ip, port)
☑️ UserCredentials ( username, password )
🔲 Gossip ClusterMode

- Stream
☑️ Append
☑️ Read
☑️ Metadata { set , get }
☑️ Subscribe Specified Stream
☑️ Subscribe All Stream

- Projection
☑️ Create
☑️ Update
☑️ Result
☑️ Delete
☑️ Enable
☑️ Disable
☑️ Enable
☑️ State
☑️ Statistics
☑️ Reset
☑️ RestartSubsystem

- PersistentSubscriptions
☑️ Create
☑️ Delete
☑️ GetInfo
☑️ List
☑️ Read
☑️ ReplayParked
☑️ RestartSubsystem
☑️ Subscribe
☑️ Update

- User
☑️ Create
☑️ Details


### Getting the gRPC library

#### Swift Package Manager
Expand Down

0 comments on commit f5874c4

Please sign in to comment.