Maturity of SwayDB #314
-
Hi simerplaha, first thank you for the awesome work. We would really like to add a pure Java-based embedded key-value DB into our blockchain system, SwayDB pops up as the best candidate. I read your comment on gitter in May, and you said that it's not production ready. Is this situation has changed since May ? Or, maybe it is mature enough for blockchain ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @polarker, thank you. SwayDB is most likely already production ready but to prove that, it needs these following tasks implemented.
These tasks are less than 3-4 months worth of work and then we can be confident about production readiness. Every other task is related to performance improvement, order-preserving encryption and more data-structures like graph, pub/sub etc which can implemented incrementally. Honestly since covid I just ran out of savings. Hopefully I will figure out the finances and continue. Alephium sounds awesome! BlockFlow's sharded parallel blockchains with concurrent transactions ... Amazing! I just read the paper and it sounds like a game changer. |
Beta Was this translation helpful? Give feedback.
-
Hi @simerplaha, thank you for the very detailed reply and the hard work. I am obsessed with performance as well :) We happen to be looking for community developers. Would you be interested to help us in part time to improve your current finances. Some of the tasks we believe you could help a lot:
Looking forward to hearing back from you ! |
Beta Was this translation helpful? Give feedback.
Hi @polarker, thank you.
SwayDB is most likely already production ready but to prove that, it needs these following tasks implemented.
Stream
iterator bugThese tasks are less than 3-4 months worth of work and then we can be confident about production readiness.
Every other task is related to performance improvement, order-preserving encryption and more data-stru…