All Projects → YoEight → eventsource-api

YoEight / eventsource-api

Licence: other
Provides an eventsourcing high level API.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to eventsource-api

Kitsvc
⚙ 一個基於 Golang、Consul、Prometheus、EventStore、Gin、Gorm、NSQ 的微服務起始結構。
Stars: ✭ 101 (+741.67%)
Mutual labels:  eventstore, eventsourcing
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (+1016.67%)
Mutual labels:  eventstore, eventsourcing
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (+825%)
Mutual labels:  eventstore, eventsourcing
Jes
Java Event Store implementation
Stars: ✭ 32 (+166.67%)
Mutual labels:  eventstore, eventsourcing
nestjs-boilerplate-microservice
Nestjs Microservice boilerplate: apply DDD, CQRS, and Event Sourcing within an event driven architecture
Stars: ✭ 270 (+2150%)
Mutual labels:  eventstore, eventsourcing
Eventstore
EventStore Haskell TCP Client
Stars: ✭ 77 (+541.67%)
Mutual labels:  eventstore, eventsourcing
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+991.67%)
Mutual labels:  eventstore, eventsourcing
factcast
This project is archived. A friendly fork can be found at https://github.com/factcast/factcast/
Stars: ✭ 14 (+16.67%)
Mutual labels:  eventstore, eventsourcing
eventuous
Minimalistic Event Sourcing library for .NET
Stars: ✭ 236 (+1866.67%)
Mutual labels:  eventstore, eventsourcing
Cosmostore
F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack
Stars: ✭ 154 (+1183.33%)
Mutual labels:  eventstore, eventsourcing
Eventstore
The stream database optimised for event sourcing
Stars: ✭ 4,395 (+36525%)
Mutual labels:  eventstore, eventsourcing
EventStore-Client-NodeJS
A NodeJS client for Event Store
Stars: ✭ 139 (+1058.33%)
Mutual labels:  eventstore, eventsourcing
Sequent
CQRS & event sourcing framework for Ruby
Stars: ✭ 400 (+3233.33%)
Mutual labels:  eventstore, eventsourcing
Event Store Client
PHP 7.4 Event Store Client Implementation
Stars: ✭ 93 (+675%)
Mutual labels:  eventstore, eventsourcing
Aggregates.net
.NET event sourced domain driven design model via NServiceBus and GetEventStore
Stars: ✭ 261 (+2075%)
Mutual labels:  eventstore, eventsourcing
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (+950%)
Mutual labels:  eventstore, eventsourcing
les
Go directly from an event storming to a working API: Event Markdown / Markup validation & NodeJS CQRS/ES application builder.
Stars: ✭ 48 (+300%)
Mutual labels:  eventstore, eventsourcing
Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+16000%)
Mutual labels:  eventstore, eventsourcing
workflow
Functional CQRS Eventsourcing Engine
Stars: ✭ 22 (+83.33%)
Mutual labels:  eventstore, eventsourcing
rxeventstore
RxEventStore is a module for persisting and querying data using the Event Sourcing pattern and RxJs.
Stars: ✭ 26 (+116.67%)
Mutual labels:  eventstore, eventsourcing

We changed home!

The project is now hosted on https://gitlab.com/YoEight/eventsource-api-hs

This repository is left as-is for backward-compability. We will no longer take issue or PR here

Haskell Eventsourcing

Home of an attempt to formalize eventsourcing.

We use stack to build project under this repository.

How to work on the entire stack ?

# Build the code
$ stack build

# Test the code
# (GetEventStore store implementation will require a running GetEventStore server on 1113 port)
$ stack test

About testing

Some packages may need prior configuration in order to run their tests (like a live database server)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].