Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigsterkr/nosql-presentation
A small NoSQL presentation
https://github.com/vigsterkr/nosql-presentation
Last synced: about 2 months ago
JSON representation
A small NoSQL presentation
- Host: GitHub
- URL: https://github.com/vigsterkr/nosql-presentation
- Owner: vigsterkr
- License: other
- Created: 2013-12-16T20:51:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T20:59:25.000Z (about 11 years ago)
- Last Synced: 2024-10-15T22:48:56.119Z (3 months ago)
- Language: JavaScript
- Size: 25.2 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kis NoSQL attekinto #
## Tutorial ##
A tutorialok futtatasahoz szukseges software-ek
* ```ipython```
* ```mongodb```
* ```redis```Ezek mind megtalalhatok egy normalis linux distro repository-jaban, de persze
[docker](http://docker.io) segitsegevel is konnyen telepithetoek.Ezen kivul a ```redis``` alapu demohoz egy ```twitter``` application-t is regisztralnunk kell
a [twitter developer](https://dev.twitter.com) oldalon.### MongoDB demo ###
A ```notebook``` futtatasa elott eloszor csomagoljuk ki az ```enron.mbox.json.bz2``` fajlt:
```
bunzip2 tutorials/enron.mbox.json.bz2
```ezek utan inditsunk el egy mongodb instance-t, pl.:
```
mongod --dbpath mdb
```
vagy irjuk at a ```notebookban``` a mongodb elerhetoseget es importaljuk az ```enron.mbox```
fajlt:
```
mongoimport --db enron --collection mbox --file enron.mbox.json
```