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

Project status #935

Open
bliiitz opened this issue Nov 17, 2024 · 4 comments
Open

Project status #935

bliiitz opened this issue Nov 17, 2024 · 4 comments

Comments

@bliiitz
Copy link

bliiitz commented Nov 17, 2024

Hi,
I'm interested to use this database in one of my project and I have few questions:

  • Is it continued to be maintained ?
  • Is it ready for production ? what is your experience with it on your epimetheus production ?

I've planned to use it to store EVM logs and transactions to have a long terme immutable storage with great storage compression and large read performance

cheers

@thorfour
Copy link
Contributor

thorfour commented Nov 18, 2024

Hello, glad you're interested in FrostDB!

Yes it is still currently maintained, but it is in more of a maintenance mode right now.

It is ready for production, we currently run it at scale in production however we've put in a lot of work on top of it in our production environment to horizontally scale it. So depending on how large a system you're building, a single FrostDB may not be the best choice.

@brancz
Copy link
Member

brancz commented Nov 18, 2024

One more clarification. Epimetheus was mostly a demo to show that frostdb can be used in other scenarios than what we use it for (profiling data in the case of Parca/Polar Signals). We wouldn’t recommend using Epimetheus in production.

@bliiitz
Copy link
Author

bliiitz commented Nov 18, 2024

Thanks for you answers :)

In my case, i don't think there will be heavy loads on write (just scanning blockchains and store txs /events) but i'll probably have load on read.

we've put in a lot of work on top of it in our production environment to horizontally scale it is it closed source ?

@thorfour
Copy link
Contributor

For now the horizontal scaling is closed source. We may open source it in the future, but there is no timeline for doing so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants