liven 0.0.8

LIVEN is a fast, lightweight database built to capture, store, and stream data in real time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "title": "LIVEN",
  "icon": "assets/liven.icns",
  "background": "assets/dmg_background.png",
  "icon-size": 96,
  "window": {
    "size": { "width": 600, "height": 400 }
  },
  "contents": [
    { "x": 448, "y": 170, "type": "link", "path": "/Applications" },
    { "x": 192, "y": 170, "type": "file", "path": "target/release/liven" }
  ]
}