all repos — litestore @ 57a4a616c9824be24be31e70fa943c45b4cb4f10

A minimalist nosql document store.

test/data/1.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
{
  "_id": "5a6c566020d0d4ba242d6501",
  "index": 0,
  "guid": "55fc5e44-76d0-4336-8a06-7a47dcbf3cac",
  "isActive": false,
  "balance": "$1,302.38",
  "picture": "http://placehold.it/32x32",
  "age": 34,
  "eyeColor": "brown",
  "name": {
    "first": "Hart",
    "last": "Walters"
  },
  "company": "RODEOMAD",
  "email": "hart.walters@rodeomad.com",
  "phone": "+1 (825) 571-3043",
  "address": "389 Albemarle Terrace, Idamay, Utah, 220",
  "about": "Voluptate laborum ex mollit aliquip in. Cillum reprehenderit excepteur in voluptate. Amet culpa adipisicing laborum consequat officia consectetur qui fugiat qui minim velit enim.",
  "registered": "Friday, October 20, 2017 6:29 PM",
  "latitude": "48.993203",
  "longitude": "-129.102171",
  "tags": [
    "incididunt",
    "reprehenderit",
    "qui",
    "adipisicing",
    "irure"
  ],
  "range": [
    0,
    1,
    2,
    3,
    4,
    5,
    6,
    7,
    8,
    9
  ],
  "friends": [
    {
      "id": 0,
      "name": "Blackwell Kramer"
    },
    {
      "id": 1,
      "name": "Petra Carson"
    },
    {
      "id": 2,
      "name": "Vaughan Garrison"
    }
  ],
  "greeting": "Hello, Hart! You have 6 unread messages.",
  "favoriteFruit": "banana"
}