I hope this versión do not loss data :/
ScyllaDB Open Source 3.0
71–73 of 73 posts
Re: ScyllaDB Open Source 3.0
#72Awesome. Can't wait for the Amazon hosted version.
It's called DynamoDB and it's been available for a long time. DynamoDB begat Cassandra which begat ScyllaDB.
Re: ScyllaDB Open Source 3.0
#73I also find ScylaDB C++ code nicely educational (at least for me).
It is using modern idiomatic C++ with a healthy mix of boost library.
For example:
https://github.com/scylladb/scylla/blob/master/db/view/view....