We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7893e79 commit 888d4f5Copy full SHA for 888d4f5
modules/infinispan/index.md
@@ -0,0 +1,26 @@
1
+---
2
+title: Infinispan
3
+categories:
4
+ - nosql-database
5
+ - vector-database
6
+docs:
7
+ - id: java
8
+ url: https://github.com/infinispan/infinispan
9
+ maintainer: community
10
+ example: |
11
+ ```java
12
+ var infinispan = new InfinispanContainer();
13
+ infinispan.start();
14
+ ```
15
+ installation: |
16
+ ```xml
17
+ <dependency>
18
+ <groupId>org.infinispan</groupId>
19
+ <artifactId>infinispan-server-testdriver-core</artifactId>
20
+ <version>16.0</version>
21
+ <scope>test</scope>
22
+ </dependency>
23
24
+description: |
25
+ Infinispan is an open-source in-memory database that can hold nearly any type of data, from plain-text to structured objects.
26
modules/infinispan/logo.svg
0 commit comments