Biospytial is composed of three interconnected components:
- The Biospytial Computing Engine
- The Relational Geoprocessing Unit (based on PostGIS 9.x)
- The Graph Storage and Processing Unit (based on Neo4J 4.x)
All these components are implemented in Docker containers. A docker compose file for Linux and OSX can be downloaded from the source code.
Assuming you have downloaded the code from the repository you may be able to load the full service using the following command.
If it’s a Linux host:
docker stack deploy -c biospytial_stack.yml biospytial
If it’s an OSX host:
docker stack deploy -c biospytial_stackOSX.yml biospytial
Stoping the services
To stop the services run:
docker stack rm biospytial