Social Platform Stack
Postgres or MySQL (users, posts) + Redis (feeds, caching) + Neo4j or Postgres (social graph) + Elasticsearch (search). Balances relational integrity with graph traversal and search needs.
Key Properties
- Postgres or MySQL for Core Data
- Redis for Feeds and Caching
- Neo4j or Postgres for Social Graph
- Elasticsearch for Search