Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.51 KB

Java samples for Serialized

Sample code showing how to work with the Serialized API:s.

Get your free API-keys

Sign up and login to get your free API-keys to Serialized.

Clone and build using Maven

git clone [email protected]:serialized-io/samples-java.git
mvn clean package

Example how to create a custom projector, deployed as an AWS Lambda, for events stored in Serialized.

Dropwizard CQRS/EventSourcing backend showing various aspects of the Serialized API:s.

Dropwizard CQRS/EventSourcing backend showing various aspects of the Serialized API:s.

Shows how to utilize client-side encryption before storing events in Serialized.

Tiny CQRS/EventSourcing backend showing various aspects of the Serialized API:s.

Spring Boot CQRS/EventSourcing backend showing various aspects of the Serialized API:s.