Utilities
Examples of domain schemas used with Nexus
Brain Modeling ontology
Ontologies and schemas that Blue Brain has developed to enable the integration of specific neuroscience data in the Nexus Knowledge graph.
Nexus Tools
Nexus.js
The Javascript SDK provides many features to help you build web applications that integrate with Blue Brain Nexus.
How to install Nexus.js
npm install @bbp/nexus-sdk
Typescript declarations
The SDK is written in Typescript, so type declarations for all operations are included in the package.
You can generate documentation using npm run documentation
or with docker
by running make documentation
. More information can be found here.
Documentation:
Other JavaScript Packages
React-Nexus
This package contains some utility components to easily integrate the Nexus SDK as React hooks or contexts.
Nexus-Link
Another utility packages was written to facilitate chained calling behavior, which can be used independently of Nexus.js for other projects.