This document discusses building a graph-based RDF store on Apache Cassandra. It first introduces RDF data and triple stores, then discusses challenges in building a scalable triple store on Cassandra. It reviews existing approaches like relational and graph-based models. The methodology builds a prototype RDF store on Cassandra using a graph model. Evaluation benchmarks it against other stores on DBPedia data, showing it outperforms them on more complex queries. Future work could improve scalability with a distributed implementation.