trustgraph/scripts/triples-query-cassandra
Cyber MacGeddon ee89a5d8e6 - Added triple query using triples-query-cassandra
- Added triples_query_client.py and a test
2024-08-12 20:12:13 +01:00

6 lines
83 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.query.triples.cassandra import run
run()