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: 5 months ago
JSON representation
Infinispan is an open source data grid platform and highly scalable NoSQL cloud data store.
- Host: GitHub
- URL: https://github.com/infinispan/infinispan
- Owner: infinispan
- License: apache-2.0
- Created: 2010-11-04T12:33:19.000Z (almost 15 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T04:50:41.000Z (5 months ago)
- Last Synced: 2025-05-14T08:04:52.330Z (5 months ago)
- Topics: datagrid, infinispan, infinispan-server, inmemory-cache, key-value-store, nosql, persistent-storage, search-engine
- Language: Java
- Homepage: http://www.infinispan.org
- Size: 164 MB
- Stars: 1,250
- Watchers: 83
- Forks: 636
- Open Issues: 439
-
Metadata Files:
- Readme: README-Build.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
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.