Skip to content

Commit 888d4f5

Browse files
authored
Adds Infinispan Java module (#157)
1 parent 7893e79 commit 888d4f5

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

modules/infinispan/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)