Database & Backend
Managed databases, serverless data stores, and backend-as-a-service platforms
Considerações Importantes
- ✓ 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
Distributed NoSQL database designed for high availability and linear scalability. Used by Netflix, Apple, and Discord for massive scale workloads.
Apache CouchDB
Document-oriented NoSQL database with built-in sync and offline-first capabilities. Known for reliability and multi-master replication.
DuckDB
In-process SQL OLAP database. 'SQLite for analytics' - fast analytical queries on local data. Perfect for data science, ETL, and embedded analytics.
InfluxDB
Purpose-built time-series database for metrics, events, and real-time analytics. Ideal for IoT, monitoring, and observability workloads.
MariaDB
Community-developed fork of MySQL, created by MySQL's original developers. Drop-in MySQL replacement with additional features and better open-source governance.
Memcached
High-performance, distributed memory caching system. Simple key-value store designed for speeding up web applications by reducing database load.
MongoDB
Leading NoSQL document database. Stores data in flexible, JSON-like documents. Ideal for rapidly evolving schemas and horizontal scaling.
MySQL
The world's most popular open-source relational database. Powers WordPress, Facebook, and PlanetScale. Known for speed, reliability, and ease of use.
Neo4j
Leading graph database platform. Designed for connected data with native graph storage and processing. Ideal for recommendations, fraud detection, and knowledge graphs.
PostgreSQL
The world's most advanced open-source relational database. Powers Supabase, Neon, and countless production systems. Known for reliability, feature richness, and extensibility.
Redis
In-memory data structure store used as database, cache, message broker, and queue. Known for sub-millisecond latency and rich data structures.
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.