Storage Targets
Last updated
Last updated
This is the manual for older MicroStream versions (Version < 5.0).
The new documentation (Version >= 5.0) is located at:
MicroStream supports a variety of storage targets. Through an abstracted file system (AFS), it is possible to connect to a lot of different back ends. The AFS allows to use folders and files, like in all common file systems, but with different connectors it is possible to use different solutions as the actual storage.
To connect to the local file system use the Java Non-Blocking IO (NIO) connector, which is part of the base
module, so no additional dependency is needed.
Internally this creates and uses a NioFileSystem
and is a shortcut for:
The file system API is the same for all connectors, like for MySQL. This is part of another module.