Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/commanded/eventstore

Event store using PostgreSQL for persistence
https://github.com/commanded/eventstore

Mix tasks to create & drop EventStore database

ae26aea912cd0dee5a30e60de1a1b1676b89d3f4 authored almost 9 years ago
Exclude `doc` folder from git, add TODO list

366a07ce787bbe129b8818f0677166e530c1b259 authored almost 9 years ago
Bump version to v0.0.3

4629be04dd2a5473cb26a155362632d8815b5f46 authored almost 9 years ago
Read from a stream, forwards from a given stream version

549e7cf419aa35844db1df72fb4d8bdc8171ec07 authored almost 9 years ago
Append multiple events in one transaction

00e2a5d3c658a8ab3569fa058e5ddcbd6d57cf63 authored almost 9 years ago
Example usage of the `EventStore.Storage` in the README

Bump to v0.0.2

6acd63ae49045525c5a13347a5fc2d9762dc13bf authored almost 9 years ago
`EventData` struct and serialise headers & payload to JSON

Uses `poison` library for JSON encoding/decoding.

8f5342deea33cae3370cc0749909268c147149ec authored almost 9 years ago
Append events to a stream

08732128f140416655f05dc83f3ca196a4308bec authored almost 9 years ago
Create an event stream

203fc0794b93e1d401a20312ffecd3f2d853b680 authored almost 9 years ago
Add MIT license and fil mix package information

Ready to publish to hex.pm

23cdb513f7d1870e59a91b514f6dc1e118541a4b authored almost 9 years ago
Initialise storage with a schema

Uses two Postgres tables: `streams` and `events`

ed1becb008a6da9aa6c0ee96894fec26207ff31b authored almost 9 years ago
Initial commit after running `mix new eventstore --module EventStore`

25d1d6a8241d336eff262efe657e4ea0688e704f authored almost 9 years ago