- Added triple query using triples-query-cassandra

- Added triples_query_client.py and a test
This commit is contained in:
Cyber MacGeddon 2024-08-12 20:12:13 +01:00
parent 6de72d7567
commit ee89a5d8e6
11 changed files with 350 additions and 8 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.query.triples.cassandra import run
run()