Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infinispan/infinispan

Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
https://github.com/infinispan/infinispan

datagrid infinispan infinispan-server inmemory-cache key-value-store nosql persistent-storage search-engine

Last synced: 4 days ago
JSON representation

Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.

Awesome Lists containing this project

README

        

You can read more about how to build Infinispan in the documentation: [Infinispan Contributor's Guide](https://infinispan.org/docs/dev/titles/contributing/contributing.html)

Provided you already have the correct versions of Java and Maven installed, you can get started right away.

./mvnw clean install -DskipTests

Available profiles
==================

* *distribution* Builds the full distribution
* *java-alt-test* Runs tests using an older JDK compared to the one required to build. Requires setting the `JAVA_ALT_HOME` environment variable.