Skip to content

ansell/biocache-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biocache-service Build Status

Occurrence & mapping webservices.

Theses services are documented here https://api.ala.org.au/apps/biocache

Versions

There are currently two supported versions:

  • 1.9.x - SOLR 4 and Cassandra 1.2.x. See the 1.9.x branch.
  • 2.x - SOLR 7 with SOLR Cloud support and Cassandra 3.x. See the master branch.

Integration Tests

Integration testing is supported using docker containers. To start the required containers, run the following:

docker-compose -f src/test/docker/solr7-cassandra3.yml up -d

To shutdown, run the following:

docker-compose -f src/test/docker/solr7-cassandra3.yml kill

Pre-requistes are Docker version 17+. For more details see this readme.

About

Occurrence & mapping webservices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%