Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make rdfstore work with Atom.io #103

Closed
aldonline opened this issue Aug 3, 2015 · 2 comments
Closed

Make rdfstore work with Atom.io #103

aldonline opened this issue Aug 3, 2015 · 2 comments

Comments

@aldonline
Copy link

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

  • sqlite3 does not play nicely with atom-shell ( See: atom-shell TryGhost/node-sqlite3#357 )
  • contextify has similar build issues ( and it is a transitive dependency through jsonld )
  • usage of unsafe eval() needs to be wrapped using loophole
@antoniogarrote
Copy link
Owner

I have added a small frontend for the store built using electron (old atom-shell)
These are the changes: 94c0917

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
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants