Spark-Cassandra
data_generator.py: Spark Job to create fake data and store into Cassandradata_faker.py: Designs the payload for fake datamodelling.py: Creates Data Models from primary table of JSON dataqueryable.py: Allows to write SQL query on Data Models, using Spark as backend.config.py.sample: Copy the file toconfig.pyand set values.schema_creator.py: Creates the required schema in Cassandra.
- Check HOWTO file for all instructions.
- Scripts to create dummy graph data is inside the folder
graph_data, for which usage same as above scripts.