EventStore / samples

Samples showing practical aspect of EventStoreDB, Event Sourcing
https://developers.eventstore.com/
MIT License
72 stars 25 forks source link

Add quickstart examples #23

Closed cdevarenne closed 10 months ago

cdevarenne commented 11 months ago

Provide plain java and Springboot "Hello World" examples

linear[bot] commented 11 months ago
DEV-184 Add simple plain java and springboot examples

Provide simple "Hello World" examples in java and springboot to show how to connect, how to append to a stream and how to read from a stream.