node_raptor icon indicating copy to clipboard operation
node_raptor copied to clipboard

Raptor RDF parser and serializer bindings for Node.js

Results 7 node_raptor issues
Sort by recently updated
recently updated
newest added

Hi, I just was wondering if a 'bus error' issue is know to you. I've found it when configuring node-raptor. The log is more or less as follow (it's a...

Is there any chance that this will be fixed or is this dead?

Hello, I'm from Ubuntu/Debian world. We would like to trace your software, in order to do that you should provide us with github tags when make a release. Can you...

Hello, Thanks first for your work and the binding module is quite useful. I found this module is not in the npm so far. Although I can install it by...

Is it possible to package these bindings in a npm package?

node_raptor os currently missing unit tests. These shall be added at some point in the future.

A synchronous parsing API might be useful. ``` var p = raptor.newParser(), triples = p.parseFileSync('/path/to/rdf'); ```