Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertkowalski/learnyoucouchdb
Learn you CouchDB for great good!
https://github.com/robertkowalski/learnyoucouchdb
Last synced: 4 days ago
JSON representation
Learn you CouchDB for great good!
- Host: GitHub
- URL: https://github.com/robertkowalski/learnyoucouchdb
- Owner: robertkowalski
- License: other
- Created: 2014-09-20T14:49:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T16:05:30.000Z (over 7 years ago)
- Last Synced: 2024-04-24T10:14:35.812Z (7 months ago)
- Language: JavaScript
- Size: 967 KB
- Stars: 44
- Watchers: 3
- Forks: 11
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-workshopper - learnyoucouchdb
README
# Learn You CouchDB for great good!
**An intro to CouchDB via a set of self-guided workshops.**
1. Install [Node.js](http://nodejs.org/)
2. Run `sudo npm install learnyoucouchdb -g`
3. Run `learnyoucouchdb`
4. **.. profit!****learnyoucouchdb** will run through a series of CouchDB workshops. Creating databases, documents,
views and much more are parts of learnyoucouchdb.![](learnyoucouchdb.png)
### Contributors
learnyoucouchdb
is proudly brought to you by the following hackers:Robert KowalskiGitHub/robertkowalskiTwitter/@robinson_k
## License
**learnyoucouchdb** is Copyright (c) Robert Kowalski [@robinson_k](https://twitter.com/robinson_k) and licenced under the MIT licence. See the included LICENSE file for more details.
**learnyoucouchdb** builds on the awesome work by [rvagg](https://github.com/rvagg) who created **[workshopper](https://github.com/rvagg/workshopper)** and **[learnyounode](https://github.com/rvagg/learnyounode)** which builds on the excellent work of [@substack](https://github.com/substack) and [@maxogden](https://github.com/maxogden) who created **[stream-adventure](https://github.com/substack/stream-adventure)** which serves as the original foundation for **learnyoucouchdb**.