Giter Site home page Giter Site logo

eventsourced's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar hseeberger avatar jrudolph avatar qrilka avatar stevewillcock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

eventsourced's Issues

feat: projection management API and more comprehensive error strategy

So far the initial projection support only offers a minimal ErrorStrategy (stop or retry) and no projection management at all. To be useful in production scenarios, we need:

  • add ErrorStrategy::Skip,
  • extend ErrorStrategy::Retry with a maximum number of retries, then stop or skip,
  • offer a projection management API that allows for
    • stopping a running projection
    • resuming a stopped projection
    • set the sequence number of a stopped projection to any existing value and restart from there

naming discussion

I am not Rust developer, but I fail to understand why public API should have partial names?

I found in code import like:

evt_log::EvtLog, snapshot_store::SnapshotStore

Why omit 2 characters in words event_log and EventLog?

It is very strange, that word EventSourced is used instead of EvtSourced or worse: EvtSrcd or similar :)

Use secrecy types for sensitive data

secrecy provides various data types which safely implemnt Debug and Display such that no sensitive information can accidentally escape, e.g. via logging.

One use case is the Config struct for the eventsourced-postgres EvtLog.

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.