neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

unified import/export API

Open rokroskar opened this issue 5 years ago • 0 comments

One thing I am finding difficult with neosemantics is that in its current form, it doesn't offer a unified API for import/export. I.e. I can import using the driver, but I can't retrieve JSON-LD with the driver, I have to write http requests. And vice versa, I can write queries and get JSON-LD via http requests but I can't import data using a POST or a PUT to the /rdf endpoint.

I'm new to neo4j/cypher so it's entirely possible I'm missing something obvious :) If this is not the case, however, are there any plans to unify the API?

This is a follow-up to #185

rokroskar avatar Sep 16 '20 21:09 rokroskar