Access the CROssBARv2 database programmatically using a flexible GraphQL interface. You can build custom, nested queries to retrieve precisely the data you need. It's ideal for integrating CROssBARv2 into your analytical workflows or applications, and supports seamless development with tools like Apollo Studio.
Clone the repository:
git clone https://github.com/HUBioDataLab/crossbar-graphql
Install the module:
cd src/
npm install
Set the environment up, .env
file is necessary for this module to work.
Please declare it with the template below.
NEO4J_USERNAME=neo4j
MY_NEO4J_PASSWORD=neo4j
NEO4J_URI=bolt://localhost:7687
NEO4J_DATABASE_NAME=neo4j
API_PORT=4000
Then you should be able to run the module:
npm run