eventstore 0.1.0

GetEventStore TCP client
docs.rs failed to build eventstore-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: eventstore-3.0.0

eventstore-rs

Rust GetEventStore TCP Client.

Talk and exchange ideas in our dedicated Discord Server!

State of implemented features

  • Can connect to GetEventStore 4.* servers.
  • Connection health tracking.
  • Operation timeout detection and retry.
  • Write events.
  • Read events (including $all stream).
  • Read/Write stream metadata.
  • Transactions.
  • Delete stream.
  • Volatile Subscriptions.
  • Catchup Subscriptions.
  • Persistent Subscriptions.
  • Support connection to server clusters.
  • Support SSL connection.

Notes

That library was tested on Linux and OSX.

Contributions and bug reports are welcome!

MIT License

-Yorick Laupa