GithubHelp home page GithubHelp logo

function61 / eventhorizon Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 2.0 1.86 MB

Enables log-based architectures with realtime streaming, unlimited storage, compression and encryption.

Home Page: https://function61.com/

License: Apache License 2.0

Go 99.82% Shell 0.18%
datastore eventsourcing high-availability log-broker pub-sub

eventhorizon's People

Contributors

joonas-fi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

aniketroy 00mjk

eventhorizon's Issues

Local store

Dynamo dB is cool but I was wondering if you are tempted to reconsider also supporting self stores too. So people can use AWS or local

genji is similar to dynamo dB in that it’s badger dB ( a kv store of sorts ) with a sql document dB on top.

been using if for a large project and it’s been ok. A few shaky edges but easy to work around until it’s better.
Speed is really great.

https://github.com/genjidb/genji

there is no HA aspects integrated however many have managed to use raft with badger dB for replication.

I am hoping this is of interest and if you want some help with it because the basis of event horizon looks in line with how I think CQRS is best used.

UI to support showing event data in context of a schema

Benefits:

  • Show really helpful debug information in the UI for events (like additional description for the field, possible values for enums etc.)
  • Print the domain model associated with the event

Work needed:

  • We already have event definitions as machine-readable JSON. Event Horizon would need to be able to access that somehow
  • How to discover schema from event path? Schema to list stream patterns like /+/certbus?

Metrics by stream type

The database itself could help us get universal timeseries metrics by counting encrypted (to exclude plaintext meta events like subscriptions etc.) log messages posted to stream patterns like:

Countable thing Stream pattern Pattern meaning
User logins /+/users/+/logins /<tenant>/users/<userid>/logins
Sensors observations /+/sensors/+ /<tenant>/sensors/<sensorId>
Comments posted /+/comments/+ /<tenant>/comments/<threadid>
SSL certificates renewed /+/tls-certificates/+ /<tenant>/tls-certificates/<managedCertificateId>

Also we can get:

  • all in aggregate (over all tenants)
  • breakdowns by tenant

This can be done somewhat securely without needing access to encryption keys if we only use metadata (log entry # per stream), assuming streams are granular enough.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.