Skip to content

Persistenceλ︎

Storing data on long term storage

Relational Databasesλ︎

Relational Database (RDBMS) and tools

  • Postgresql
  • H2
  • MariaDB

Document databasesλ︎

  • MongoDB
  • XTDB (although this seems to be more of an SQL store now)

Key Value Storesλ︎

Key Value stores are often used for caches or data that has relatively simple structure.

  • Redis
  • AWS DynamoDB