Installation

This is the manual for older MicroStream versions (Version < 5.0).

The new documentation (Version >= 5.0) is located at:

https://docs.microstream.one/

Build Configuration

You can find the MicroStream libraries in our Maven repository:

pom.xml
<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.00.00-MS-GA</version>
    </dependency>
</dependencies>

Modules

These are the different modules that make up MicroStream.

Dependency Graph

Last updated