Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbonnin/foundationdb-examples

Various FoundationDB examples
https://github.com/bbonnin/foundationdb-examples

Last synced: 16 days ago
JSON representation

Various FoundationDB examples

Awesome Lists containing this project

README

        

FoundationDB
============

Various FoundationDB examples for NodeJS : each HTML page displays Javascript code.

* [FoundationDB] (http://foundationdb.com/), [NodeJS API] (http://foundationdb.com/documentation/beta2/api-node.html)
* [Node.js](http://nodejs.org/), [Express](http://expressjs.com/) (REST API)

## Installation

``` bash
npm install
```

## Run

* Start NodeJS

``` bash
node app
```

## Snapshots

![Set a value](/docs/insert.png)
![Find by key](/docs/query_by_key.png)
![Find by range](/docs/query_by_range.png)