Blue Brain Project | Nexus | Nexus API Docs | Sandbox
Examples | Packages | Development | License
Javascript tools to make developing on top of Blue Brain Nexus easier.
An abstracted sdk layer over Blue Brain Nexus to make developing clients and services more simple.
A set of react tools to allow an easier and faster integration with Nexus.
The core of nexus-sdk
, this library allows to control the request/response flow by chaining "middlewares". It uses the Observable pattern which allows to contain the request/response logic into 1 function called "links".
This repo is managed as a monorepo using lerna that is composed of multiple npm packages.
Make sure you perform the make actions in the repository root directory!
If you don't have Node.js installed on your machine, you can run a "docker shell" with
make dshell
from which you'll have a fully working Node.js environment. Make sure you have already installed both Docker Engine and Docker Compose.
- Install:
make install
- Build:
make build
- Test:
make test
- Lint:
make lint
The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.
Copyright © 2015-2023 Blue Brain Project/EPFL