Cassandra database schemas and search integration for the KillrVideo reference application.
schema-v3.cql
- Base schema for Cassandra 3.xschema-v4.cql
- Enhanced schema with Cassandra 4.0 featuresschema-v5.cql
- Latest schema with Cassandra 5.0 improvements
- Sample datasets and queries for v4/v5
- Search integration (DSE Solr config/schema)
- Graph schema for recommendations (DSE only)
- Migration guides (3.x → 4.0 → 5.0)
killrvideo-database/
├── examples/ # Sample datasets and queries
├── graph/ # Graph database schema
├── migrating/ # Version migration guides
├── search/ # Search configuration
└── schema-v*.cql # Versioned schema definitions
- Load schema:
cqlsh -f schema-v5.cql
- Import sample data:
cqlsh -f examples/schema-v5-data-examples.cql
Note: Requires CQLSH to be installed and configured for your Cassandra cluster.