Pometry / Raphtory

Scalable graph analytics database powered by a multithreaded, vectorized temporal engine, written in Rust
https://raphtory.com
GNU General Public License v3.0
310 stars 55 forks source link

More TODO: graphql #1664

Open iamsmkr opened 2 weeks ago

iamsmkr commented 2 weeks ago

graphql

Testing to do later

miratepuffin commented 1 week ago
iamsmkr commented 6 days ago
  • The load_graphs_from_path from the server and client seems to crash: image

Seems to be working fine in branch todos/graphql

miratepuffin commented 1 day ago
server = RaphtoryServer(working_dir="/tmp/graphs/",port=1736)
server.start()
c = server.get_client()
c.send_graph(g,graph_name="blah",namespace="ben/tests/",overwrite=False)
c.upload_graph("/user/ben/Documents/g",graph_name="blah2",,namespace="ben/tests/",overwrite=False)
c.load_graph("/usr/ubuntu/g",graph_name="blah3",,namespace="ben/tests/",overwrite=False)

From discussions on simplifying the upload of graphs