Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples Overview

The three examples in this section demonstrates successive levels of depth and completeness.

Service at a Glance

The service at a glance example provides a one-page implementation of the basics of a service. It's not intended to be a runnable example as much as it is to demonstrate the various parts of a service in one place.

Quickstart

The quickstart example demonstrates the setup of an Eventide Postgres project, configuring the message store database connection, and basic reading and writing of a message to a stream in the Postgres message store.

Example Projects

The example projects are implementations of services that reflect more realistic implementations of services and their interactions.