- 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

@ -20,4 +20,3 @@ print("Response...")
for val in resp:
print(val.value)