Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brainstorming #16

Open
vflopes opened this issue Oct 14, 2019 · 0 comments
Open

Brainstorming #16

vflopes opened this issue Oct 14, 2019 · 0 comments
Projects

Comments

@vflopes
Copy link
Contributor

vflopes commented Oct 14, 2019

Seeder should handle all the event sourcing persistence/replaying stuff.


Persistence

Seeder must implement one storage format that can have two formats of encoded events: binary or base64

  • The binary format will put raw messages on files
  • The base64 format will behave much like the log, but with base64 encoded messages

Seeder must be able to store and retrieve messages from these files, and extension will be .pgt (as Polygate reference)

@vflopes vflopes created this issue from a note in Seeder (To do) Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Seeder
  
To do
Development

No branches or pull requests

1 participant