gesclient

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2018 License: MIT Imports: 8 Imported by: 0

README

Event Store Go Client

A Go port of the .Net client for Event Store.

License

Ported code is released under the MIT license.

Original code is released under the Event Store License.

Status

This project is considered ready for production.

Implemented
  • Writing to a stream
  • Reading a single event
  • Reading a stream forwards
  • Reading a stream backwards
  • Reading all events forwards
  • Reading all events backwards
  • Volatile subscriptions
  • Persistent subscription
  • Deleting stream
  • Cluster connection
  • Global authentication
  • Get/Set stream metadata
  • Set system settings
  • Transaction
Missing
  • Projections Management
  • 64bit event number support
Need Improvements
  • Documentation
  • Unit and integration tests
  • Benchmarks
Known issues
  • SSL connection are not working

Getting started

Requirements
  • Go 1.4+
Install

Install using go get github.com/jdextraze/go-gesclient.

Optional Tools
Running EventStore on local machine

See https://eventstore.org/docs/introduction/4.1.0/

Running EventStore with docker

docker run --rm --name eventstore -d -p 1113:1113 -p 2113:2113 eventstore/eventstore:release-4.1.0

or if you installed robo

robo start_es 4.1.0

Examples

For examples, look into the examples folder.

Other languages client

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(settings *client.ConnectionSettings, uri *url.URL, name string) (client.Connection, error)

func Debug

func Debug()

Types

This section is empty.

Directories

Path Synopsis
examples
Package messages is a generated protocol buffer package.
Package messages is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL