Skip to content

simpleiot/nats-exp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NATS Experiments

Various experiments of using NATS Jetstream as a primary store (instead of SQLite).

  • using streams as a point store: point-store
  • using streams as a time-series data store: tsd
    • this experiment focuses on the performance of a stream
  • syncing streams between a hub and leaf instances: bi-directional-sync
    • in this experiment, we stop a leaf node, then restart it and verify data written while down is synchronized.

Releases

No releases published

Packages

No packages published

Languages