Anything related to distributed databases and the techniques and the tools used to manage them.
NoSQL refers to non-relational data stores that break with the history of relational databases and ACID guarantees. Popular open source …
database nosql key-value-store graph-databases distributed-databaseThe application im working on currently requires me to increment an attribute belonging to an item in DynamoDB many times …
amazon-dynamodb database-concurrency distributed-database