https://github.com/treecg/comunica-feature-tree
[DEPRECATED] Comunica engine with support for TREE specification - use treecg/treemunica instead
https://github.com/treecg/comunica-feature-tree
Last synced: about 1 month ago
JSON representation
[DEPRECATED] Comunica engine with support for TREE specification - use treecg/treemunica instead
- Host: GitHub
- URL: https://github.com/treecg/comunica-feature-tree
- Owner: TREEcg
- License: other
- Created: 2020-08-28T13:22:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T01:19:29.000Z (over 4 years ago)
- Last Synced: 2025-02-03T08:36:47.581Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Comunica Feature — TREE
[](https://greenkeeper.io/)
[](https://travis-ci.org/comunica/comunica-feature-amf)
[](https://coveralls.io/github/comunica/comunica-feature-amf?branch=master)This is a monorepo that contains packages for allowing [Comunica](https://github.com/comunica/comunica) to handle data fragmentations using the [TREE Specification](https://github.com/TREEcg/specification).
Concretely, this monorepo adds support for the [Tree specification](https://github.com/TREEcg/specification) to Comunica using the following packages:
* Metedata Extract TREE Relations Actor: An actor that extracts and filters the relations from the data according to the TREE specification.
* Resolve TREE Hypermedia Links Actor: An actor that resolves the retrieved relation metadata, and can prune the search space when querying the tree.
* TREE Init SPARQL Actor: An init actor that includes the new actors in its execution.## Query
If you just want to query, have a look at the pre-built engine:- [Comunica SPARQL TREE](https://github.com/Dexagod/comunica-feature-tree/tree/master/packages/actor-init-sparql-tree): SPARQL/GraphQL querying from JavaScript applications or the CLI with support for the TREE Specification.
## Development Setup
If you want to develop new features
or use the (potentially unstable) in-development version,
you can set up a development environment for Comunica.Comunica requires [Node.JS](http://nodejs.org/) 8.0 or higher and the [Yarn](https://yarnpkg.com/en/) package manager.
Comunica is tested on OSX, Linux and Windows.This project can be setup by cloning and installing it as follows:
```bash
$ git clone [email protected]:dexagod/comunica-feature-tree
$ cd comunica-feature-tree
$ yarn install
```**Note: `npm install` is not supported at the moment, as this project makes use of Yarn's [workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) functionality**
This will install the dependencies of all modules, and bootstrap the Lerna monorepo.
After that, all [Comunica packages](https://github.com/dexagod/comunica-feature-tree/tree/master/packages) are available in the `packages/` folder.Furthermore, this will add [pre-commit hooks](https://www.npmjs.com/package/pre-commit)
to build, lint and test.
These hooks can temporarily be disabled at your own risk by adding the `-n` flag to the commit command.## License
This code is copyrighted by [Ghent University – imec](http://idlab.ugent.be/)
and released under the [MIT license](http://opensource.org/licenses/MIT).