{ "@context":[ "https://www.w3.org/ns/activitystreams", {"Hashtag":"as:Hashtag"} ], "published":"2024-03-28T11:19:01.445Z", "attributedTo":"https://k.matthias.org/actors/relistan", "to":["https://www.w3.org/ns/activitystreams#Public"], "cc":["https://k.matthias.org/actors/relistan/followers"], "content":"
Amazon Keyspaces from #awscloud is pretty interesting. It's a #Cassandra-compatible (with limitations) implementation on top of DynamoDB as far as I can tell. The nice thing about it is that it's serverless so you don't have the huge overhead for running a full Cassandra cluster. We are using it and so far so good. It has a few annoying limitations, though. These are the ones that I've hit:
LOCAL_QUORUM
. It does support other consistencies on read.ALTER TABLE
statement. However, this custom option pisses of real Cassandra (and Scylla) which you are likely to be using for local dev. Which requires a migration workaround.If you can manage to work around that, it's pretty nice. And the price is attractive.
", "mediaType":"text/html", "attachment":[], "tag":[ {"type":"Hashtag","name":"#awscloud","href":"https://k.matthias.org/tags/awscloud"}, {"type":"Hashtag","name":"#Cassandra-compatible","href":"https://k.matthias.org/tags/Cassandra-compatible"} ], "type":"Note", "id":"https://k.matthias.org/objects/PakdE_Nr9lU" }