eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 107 forks source link

Remove old queryFacts and insertFacts paths #16

Open ongardie-ebay opened 5 years ago

ongardie-ebay commented 5 years ago

There's a large amount of cruft in the API server to support the old way of doing queries and inserts. It might also be confusing to newcomers.

ongardie-ebay commented 5 years ago

17 removed insertFact. queryFacts is still there, and may still provide useful functionality. We should think about whether we can port it to KGValue (so that we can remove api.KGObject), and whether it needs its own RPC (or can we fold it into query with a new keyword)?