Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmira/awesome-rethinkdb
Awesome Resources for creating apps with RethinkDB
https://github.com/wmira/awesome-rethinkdb
List: awesome-rethinkdb
Last synced: 3 months ago
JSON representation
Awesome Resources for creating apps with RethinkDB
- Host: GitHub
- URL: https://github.com/wmira/awesome-rethinkdb
- Owner: wmira
- License: mit
- Created: 2016-04-09T04:27:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-22T17:05:25.000Z (over 8 years ago)
- Last Synced: 2024-05-20T08:03:01.415Z (6 months ago)
- Homepage: https://github.com/wmira/awesome-rethinkdb
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-rethinkdb - Awesome Resources for creating apps with RethinkDB. (Other Lists / PowerShell Lists)
README
# Awesome RethinkDB [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
> Useful resources for creating apps and working with [RethinkDB](https://rethinkdb.com)
## Example apps
### GeoSpatial
- [Cats Of Instagram](https://github.com/rethinkdb/cats-of-instagram) - Show Nearest Cat Pics.
- [Earthquake Map](https://github.com/rethinkdb/earthquake-map) - Show Earthquakes Nearest you.### Tutorials and Examples
- [Todo example with RethinkDB, ExpressJS and AngularJS](https://github.com/rethinkdb/rethinkdb-example-nodejs/tree/master/todo-angular-express-promise)
- [Todo with Callbacks](https://github.com/rethinkdb/rethinkdb-example-nodejs/tree/master/todo-angular-express)
- [Election Analysis](https://rethinkdb.com/docs/tutorials/elections/)
- [Asynchronous Chat](https://github.com/rethinkdb/rethinkdb-example-nodejs-chat)
- [WebGL Molecule Viewer](https://github.com/psb/molly.js/)
- [Pastie-like Application](https://github.com/rethinkdb/rethinkdb-example-sinatra-pastie)
- [SuperHero DataSet](https://rethinkdb.com/docs/tutorials/superheroes/) - Create/Insert and Filtering
- [Todo in Ember with RethinkDB](https://github.com/rethinkdb/rethinkdb-example-bottle-ember-todo)
- [Web Blog Example](https://github.com/rethinkdb/rethinkdb-example-webpy-blog)## Libraries
- [Realtime open-source Backend for JavaScript apps](https://horizon.io) - Horizon
- [Reqlite - reql in javascript](https://github.com/neumino/reqlite)### Drivers Lists
- [Official And Community Drivers](https://www.rethinkdb.com/docs/install-drivers/)
### Node/Javascript
- [Render realtime RethinkDB results in React](https://github.com/mikemintz/react-rethinkdb)
- [WebSocket server that proxies to RethinkDB](https://github.com/mikemintz/rethinkdb-websocket-server)
- [RethinkDB Callbacks with ECMAScript 6 Generators](https://github.com/hden/rethinkdb-co)
- [RethinkDB session store for Express 4](https://github.com/armenfilipetyan/express-session-rethinkdb)### ORM
#### Ruby
- [Lightweight RethinkDB ORM](https://github.com/kureikain/epiphy)
- [NoBrainer](http://nobrainer.io/)
#### Javascript/Node
- [RethinkDB js-data Adapter](https://github.com/js-data/js-data-rethinkdb)
- [Thinky](https://github.com/neumino/thinky)
## Tutorial/Articles/Blog Posts
### Tutorial/Resources
- [Official FAQ](https://rethinkdb.com/faq/)
- [An introduction to building realtime apps with RethinkDB](https://jaxenter.com/building-realtime-apps-rethinkdb-115254.html)
- [Modeling Data Tradeoff with RethinkDB](http://blog.hiphipjorge.com/the-most-important-tradeoff-when-modeling-data-in-rethinkdb/)
- [Data Modelling - Official Docs](https://rethinkdb.com/docs/data-modeling/)
- [Building better Node.JS apps with RethinkDB](https://nodecraft.com/blog/dev/building-better-node-js-apps-with-rethinkdb)### Experiences
- [We use RethinkDB at Workshape.io](http://blog.workshape.io/we-use-rethinkdb-at-workshapeio/)
- [React, Flux, RethinkDB and SageMathCloud](http://sagemath.blogspot.sg/2015/08/react-flux-rethinkdb-and-sagemathcloud.html)
- [The 3REE Stack: React + Redux + RethinkDB + Express.js](http://blog.workshape.io/the-3ree-stack-react-redux-rethinkdb-express-js/)## Talks/Videos
- [Data Modeling in RethinkDB](https://www.youtube.com/watch?v=vJtDNRsUozk)
- [Rob Conery - Rethinking NoSQL](https://www.youtube.com/watch?v=Ee1v_SuECRk) - Four and a Half Reasons Why RethinkDB Is Worth a Look## Books
- [RethinkDB Database](https://www.gitbook.com/book/gitart/rethinkdb/details) - Arthur Savage
- [Simply RethinkDB](https://leanpub.com/simplyrethinkdb/read) - Vinh Quốc Nguyễn## Communities
- [Slack Channel](http://slack.rethinkdb.com/)
## Contributing
Follow the guidlines in this [link](https://github.com/wmira/awesome-rethinkdb/blob/master/CONTRIBUTING.md)