|
12 | 12 | "url": "http://pouchdb.com/", |
13 | 13 | "description": "PouchDB allows you to store and query data offline and then sync with CouchDB when online. For Node, browser and mobile." |
14 | 14 | }, |
15 | | - "couchup": { |
16 | | - "github": "mikeal/couchup", |
17 | | - "description": [ |
18 | | - "A CouchDB implementation on top of [levelup]." |
19 | | - ] |
20 | | - }, |
21 | | - "firedup": { |
22 | | - "github": "eugeneware/firedup", |
23 | | - "description": [ |
24 | | - "A node.js implementation of firebase based on [levelup]." |
25 | | - ] |
26 | | - }, |
27 | | - "len": { |
28 | | - "github": "binocarlos/len", |
29 | | - "description": [ |
30 | | - "Len is a resource booking database using LevelDB for storage. Useful for calendar and gantt chart apps and for questions like 'can a customer book this resource starting X and ending Y'." |
31 | | - ] |
32 | | - }, |
33 | | - "lem": { |
34 | | - "github": "binocarlos/lem", |
35 | | - "description": [ |
36 | | - "Lem is a telemetry storage database using LevelDB. Keys are indexed by timestamp and you can read values in-between 2 points in time." |
37 | | - ] |
38 | | - }, |
39 | 15 | "levelgraph": { |
40 | 16 | "github": "mcollina/node-levelgraph", |
41 | 17 | "description": [ |
|
54 | 30 | "Event-driven database based on [pouchdb]. Optimized for reactive programming with observables. Events and state is automatically shared between multiple browser tabs. Queries are defined by the mongoDB mango-standard." |
55 | 31 | ] |
56 | 32 | }, |
57 | | - "pushdb": { |
58 | | - "github": "mikeal/pushdb", |
59 | | - "description": [ |
60 | | - "A programmable database with document storage and unique indexing capabilities." |
61 | | - ] |
62 | | - }, |
63 | 33 | "search-index": { |
64 | 34 | "github": "fergiemcdowall/search-index", |
65 | 35 | "description": [ |
66 | 36 | "A persistent full text search engine for browser and Node.js." |
67 | 37 | ] |
68 | | - }, |
69 | | - "tacodb": { |
70 | | - "github": "dominictarr/tacodb", |
71 | | - "description": [ |
72 | | - "A responsive, Node.js-style database ideal for realtime data. Highly modular and adaptable, allowing extension with the [Level][level-org] ecosystem." |
73 | | - ] |
74 | | - }, |
75 | | - "timestreamdb": { |
76 | | - "github": "brycebaril/timestreamdb", |
77 | | - "description": [ |
78 | | - "A full-featured timeseries database on top of LevelDB. Includes a library for streaming statistical operations on timeseries data including joins, aggregates, filters, and map-like operations." |
79 | | - ] |
80 | | - }, |
81 | | - "@nano-sql/core": { |
82 | | - "github": "ClickSimply/Nano-SQL", |
83 | | - "description": [ |
84 | | - "A small (10Kb) RDBMS abstraction on top of [levelup] that also runs in the browser with undo/redo support, immutable objects and IndexedDB persistence." |
85 | | - ] |
86 | | - }, |
87 | | - "vertical": { |
88 | | - "github": "zy445566/vertical", |
89 | | - "description": [ |
90 | | - "LevelDB distributed, Server and Client!" |
91 | | - ] |
92 | | - }, |
93 | | - "flash-store": { |
94 | | - "github": "zixia/flash-store", |
95 | | - "description": [ |
96 | | - "FlashStore is a Key-Value persistent storage with easy to use ES6 Map-like API(both Async and Sync support), powered by LevelDB and TypeScript." |
97 | | - ] |
98 | | - }, |
99 | | - "level-fact-base": { |
100 | | - "github": "smallhelm/level-fact-base", |
101 | | - "description": [ |
102 | | - "Store immutable facts and query them with datalog." |
103 | | - ] |
104 | | - }, |
105 | | - "dulcimer": { |
106 | | - "github": "fritzy/dulcimer", |
107 | | - "description": "Define JSON models and manage indexes, children, foreign keys and much more." |
108 | | - }, |
109 | | - "levi": { |
110 | | - "github": "cshum/levi", |
111 | | - "description": "Stream based full-text search for Node.js and browser using [levelup]." |
112 | | - }, |
113 | | - "level-mongo": { |
114 | | - "github": "simon-p-r/level-mongo", |
115 | | - "description": "MongoDB-like database backed by LevelDB." |
116 | | - }, |
117 | | - "level-orm": { |
118 | | - "github": "eugeneware/level-orm", |
119 | | - "description": "Simple ORM built on [levelup]." |
120 | | - }, |
121 | | - "level-lively": { |
122 | | - "github": "eugeneware/level-lively", |
123 | | - "description": "[levelup] implementation of [LivelyDb](https://github.com/eugeneware/livelydb) for doing real-time data binding of a database with local javascript objects." |
124 | | - }, |
125 | | - "kwdb": { |
126 | | - "github": "KsRyY/kwdb", |
127 | | - "description": "REST wrapper for [levelup]." |
128 | | - }, |
129 | | - "level-restful": { |
130 | | - "github": "karissa/level-restful", |
131 | | - "description": "REST wrapper for [levelup], as an extension to [level-orm]." |
132 | | - }, |
133 | | - "level-rest": { |
134 | | - "github": "shama/level-rest", |
135 | | - "description": [ |
136 | | - "REST wrapper for [levelup].", |
137 | | - "NB. Not compatible with latest [levelup]." |
138 | | - ] |
139 | 38 | } |
140 | 39 | } |
141 | 40 | } |
0 commit comments