MicroStream Reference Manual
MicroStream Home
API Docs
Search…
4.1
Preface
System Requirements
License
Changelog
Installation
Data-Store
Overview
Getting Started
Root Instances
Configuration
Storage Targets
Storing Data
Loading Data
Deleting Data
Queries
Application Life-Cycle
Legacy Type Mapping
Import / Export
Housekeeping
Customizing
REST Interface
Setup
REST API
Client GUI
FAQ
Addendum
Cache
Overview
Getting Started
Configuration
Use Cases
Basic Concepts
Layered Entities
Wrapping
Powered By
GitBook
Client GUI
This is the manual for older MicroStream versions (Version < 5.0).
The new documentation (Version >= 5.0) is located at:
​
https://docs.microstream.one/
​
Based on the REST API we provide a client, which serves a convenient web user interface to browse through the storage data.
It is a runnable jar which starts a simple web server which then can be accessed by a browser of your choice.
To download it use maven
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.restclient.app
</
artifactId
>
<
version
>
04.01.00-MS-GA
</
version
>
</
dependency
>
</
dependencies
>
or this direct link:
https://repo.microstream.one/repository/maven-public/one/microstream/storage.restclient.app/04.01.00-MS-GA/storage.restclient.app-04.01.00-MS-GA.jar
Start the client. The port parameter is optional, default port is 8080.
java -jar storage.restclient.app-04.01.00-MS-GA.jar --port=80
Then just open
http://localhost
in your browser, select the base URL of the REST service and click connect.
Now you can browse through the data of the storage:
Or view the statistics:
Previous
REST API
Next - Data-Store
FAQ
Last modified
1yr ago
Export as PDF
Copy link