github.com/simpleiot/simpleiot@v0.18.3/store/doc.go (about)

     1  // Package store implements the SIOT data store and processes messages.
     2  // Currently data is stored in Genji and Influxdb.
     3  // Direct DB access is not provided and all write data goes through NATS,
     4  // thus making it easy to observe any data changes.
     5  package store