This project serves as a reference for developers looking to use quadstore in web browsers.
The webpack.config.js
file contains the reference configuration for Webpack
4.x that is used to produce the quadstore.bundle.js
file.
The quadstore.bundle.js
file is a UMD module suitable for use in browsers
that contains quadstore, the level-js backend and a
reference implementation of the RDF/JS DataFactory interface. It is built
by running npm run build
.
IMPORTANT: all dependencies must be installed before launching the build
script. Remember to run npm install
.
The index.html
file loads both the quadstore.bundle.js
file and the
main.js
file, the latter of which runs a few queries through a store and
writes the results via console.log()
.
Issues should be reported in quadstore's issue tracker.