1.0.0 • Published 7 years ago

deepstream.io-lowdb-storage-connector v1.0.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

deepstream.io-lowdb-storage-connector

DeepStream storage connector for lowdb, when you just want to store in a JSON file. This is not for high performance or distributed setup. I'm using it for embedded environments.

plugins:
  storage:
    name: deepstream.io-lowdb-storage-connector
    options:
      dbFile: "/path/to/file.json"
      dbBackupFile: "/path/to/backupFile.json"