antoniogarrote / rdfstore-js

JS RDF store with SPARQL support
MIT License
564 stars 109 forks source link

Make rdfstore work with Atom.io #103

Closed aldonline closed 8 years ago

aldonline commented 9 years ago

There are ( at least ) three things that stand in the way:

antoniogarrote commented 9 years ago

I have added a small frontend for the store built using electron (old atom-shell) These are the changes: https://github.com/antoniogarrote/rdfstore-js/commit/94c0917c56a065846178c1c3d7ce16856d329731

To run it, you can just run electron from the 'frontend' directory.

Integration as a chrome library is trivial. I have to try intengrating the library as a node library and fix the issues you mention. It's a really interesting option for people to try the library.

Thanks for the suggestion.

appelgriebsch commented 8 years ago

Looks like the new version of jsonld 0.4.x no longer have the dependency to contextify (as it has been moved into node.js already). Maybe an update of the package dependencies might be sufficient to resolve the issue...