Storage & formates of data
File Storage:
- HDFS (Hadoop distributed file system)
- ZFS
No SQL:
- Key Value Store: Redis, Aerospike
- In Memory: Ignite
- Distributed DB: Cassandra, Hbase
Traditional DB:
- MySQL
- Postgres
Raw file Formats:
Formates-
- Plain text (unstructured)
- Structured Text Data (Rows, CSV, TSV, JASON)
- Binarys files (Images, Videos)
- Avro (Row oriented)