Zum Hauptinhalt springen
🗄️

Database & Backend

Managed databases, serverless data stores, and backend-as-a-service platforms

Wichtige Überlegungen

  • Data model (relational vs document vs key-value)
  • Scaling model (serverless vs provisioned)
  • Latency and geographic distribution
  • Pricing per storage and compute
  • Developer experience and SDK support
Apache Cassandra logo

Apache Cassandra

Distributed NoSQL database designed for high availability and linear scalability. Used by Netflix, Apple, and Discord for massive scale workloads.

Kostenlose Stufe
database nosql distributed
Apache CouchDB logo

Apache CouchDB

Document-oriented NoSQL database with built-in sync and offline-first capabilities. Known for reliability and multi-master replication.

Kostenlose Stufe
database nosql document
DuckDB logo

DuckDB

In-process SQL OLAP database. 'SQLite for analytics' - fast analytical queries on local data. Perfect for data science, ETL, and embedded analytics.

Kostenlose Stufe
database analytics olap
InfluxDB logo

InfluxDB

Purpose-built time-series database for metrics, events, and real-time analytics. Ideal for IoT, monitoring, and observability workloads.

Kostenlose Stufe
database time-series metrics
MariaDB logo

MariaDB

Community-developed fork of MySQL, created by MySQL's original developers. Drop-in MySQL replacement with additional features and better open-source governance.

Kostenlose Stufe
database relational sql
Memcached logo

Memcached

High-performance, distributed memory caching system. Simple key-value store designed for speeding up web applications by reducing database load.

Kostenlose Stufe
database cache key-value
MongoDB logo

MongoDB

Leading NoSQL document database. Stores data in flexible, JSON-like documents. Ideal for rapidly evolving schemas and horizontal scaling.

Kostenlose Stufe
database nosql document
MySQL logo

MySQL

The world's most popular open-source relational database. Powers WordPress, Facebook, and PlanetScale. Known for speed, reliability, and ease of use.

Kostenlose Stufe
database relational sql
Neo4j logo

Neo4j

Leading graph database platform. Designed for connected data with native graph storage and processing. Ideal for recommendations, fraud detection, and knowledge graphs.

Kostenlose Stufe
database graph nosql
PostgreSQL logo

PostgreSQL

The world's most advanced open-source relational database. Powers Supabase, Neon, and countless production systems. Known for reliability, feature richness, and extensibility.

Kostenlose Stufe
database relational sql
Redis logo

Redis

In-memory data structure store used as database, cache, message broker, and queue. Known for sub-millisecond latency and rich data structures.

Kostenlose Stufe
database cache key-value
SQLite logo

SQLite

Self-contained, serverless, zero-configuration SQL database engine. The most widely deployed database in the world. Perfect for local-first apps and embedded systems.

Kostenlose Stufe
database embedded sql