jhuebert/iotfsdb

By jhuebert

Updated 2 days ago

Time series database that leverages the properties of IOT data for efficient storage and retrieval.

Image
Databases & Storage
Internet of Things
Monitoring & Observability
1

174

Source

For more information, visit the GitHub repository.

Running

Docker
docker run -it -p 8080:8080 -v iotfsdb-data:/data jhuebert/iotfsdb:2

Docker Compose

services:
  iotfsdb:
    image: jhuebert/iotfsdb:2
    volumes:
    - ./data:/data
    ports:
    - 8080:8080
Properties
Java PropertyEnvironment VariableDescriptionDefault ValueDocker Default Value
iotfsdb.rootIOTFSDB_ROOTRoot data directory for the databasememory/data
iotfsdb.read-onlyIOTFSDB_READ_ONLYIndicates whether any changes to the database are allowedfalsefalse
iotfsdb.max-query-sizeIOTFSDB_MAX_QUERY_SIZEMaximum number of values returned for any series query10001000
iotfsdb.partition-cacheIOTFSDB_PARTITION_CACHEMaximum amount of time to keep a series partition file open after accessexpireAfterAccess=5m,maximumSize=10000,softValuesexpireAfterAccess=5m,maximumSize=10000,softValues

Docker Pull Command

docker pull jhuebert/iotfsdb