Getting Started
Prerequisites
<repositories>
<repository>
<id>microstream-releases</id>
<url>https://repo.microstream.one/repository/maven-public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>storage.embedded</artifactId>
<version>02.02.01-MS-GA</version>
</dependency>
<dependency>
<groupId>one.microstream</groupId>
<artifactId>storage.embedded.configuration</artifactId>
<version>02.02.01-MS-GA</version>
</dependency>
</dependencies>Hello World
The Root Instance
Root InstancesCreating a Database
Storing Data
Stopping a Live Database
Last updated