Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.47 KB

File metadata and controls

56 lines (40 loc) · 1.47 KB

CROssBARv2 GraphQL Module

CROssBARv2 logo CROssBARv2 logo

arxiv-badge


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.

Installation

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