Skip to content

HUBioDataLab/crossbar-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages