mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 01:16:22 +02:00
- Change flawed _client timeout logic which was causing major lags
- Moved clients to trustgraph.clients to tidy the parent directory - Version bump
This commit is contained in:
parent
bdf4bc2bf5
commit
20f983eec9
34 changed files with 232 additions and 238 deletions
|
|
@ -6,7 +6,7 @@ Connects to the graph query service and dumps all graph edges.
|
|||
|
||||
import argparse
|
||||
import os
|
||||
from trustgraph.triples_query_client import TriplesQueryClient
|
||||
from trustgraph.clients.triples_query_client import TriplesQueryClient
|
||||
|
||||
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue