polarsignals / frostdb

❄️ Coolest database around 🧊 Embeddable column database written in Go.
Apache License 2.0
1.33k stars 66 forks source link

Project status #935

Open bliiitz opened 13 hours ago

bliiitz commented 13 hours ago

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

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 commented 3 hours ago

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 commented 2 hours ago

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.