#27 · Primary category: AI Data Infrastructure & Storage

infinispan

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

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

Project last updated:08/29/26

GitHub Stars

1.3K

Forks

652

Contributors

270

License

Apache-2.0

Why we included this project

Infinispan is a mature JVM data grid that has been around for a long time. It keeps an in-memory key/value store distributed across cluster nodes, so entries survive node failures and the cluster can scale up or down without losing data. You can deploy it as a hot cache in front of a slower database, as a primary in-memory NoSQL store, embedded inside your application, or as a standalone server. It can also index cached values with Lucene, which adds full-text search and, more recently, vector similarity queries to data you already hold, making it useful as the storage behind retrieval-augmented applications. JVM-heavy teams will appreciate that Keycloak and Hibernate already run on it, while anyone doing semantic search gets caching and similarity lookups in a single service.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category