neosemantics
neosemantics copied to clipboard
unified import/export API
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