GithubHelp home page GithubHelp logo

7dbsbox's Introduction

7dbsbox

This is a Vagrant box for experimenting with the databases described in the Pragmatic Studios book Seven Databases in Seven Weeks.

The default ports for the various databases will be forwarded to your local machine (the VM host), so that you transparently can connect to localhost.

1.5gb ram is set aside for the VM so that it can run all seven databases relatively comfortable. If this amount is too high for you, simply edit the value inside Vagrantfile and uncomment the databases you don't need in bootstrap.sh.

Instructions:

See specific instructions for the various databases below.

PostgreSQL

Version: 9.3, with the hstore extension enabled.

Connect to localhost on port 5432 (which is the default port) using vagrant as the username. Trust authentication is enabled, so no password is necessary.

Connect using the command line: psql --host localhost --user vagrant

CouchDB

Version: 1.0.1.

The web admin interface (futon) is available at: http://localhost:5984/_utils/

MongoDB

Version: 2.0.4.

Connect using the command line: mongo

The admin web console is also available on the default port: http://localhost:28017

Riak

Version: 1.4.0

The admin web interface is available at: http://localhost:8098/admin/

HBase

Version: 0.94.6

REST API interface: http://localhost:8080/

Master status: http://localhost:60010/master-status

Region server status: http://localhost:60030/rs-status

Redis

Version: 2.2.12.

Redis runs on its default port (6379) and allows connections from any host without any authentication.

Connect using the command line: redis-cli

Neo4j

Version: 1.9.1.

The web admin interface is available at: http://localhost:7474/webadmin/

License

Developed by Bjørn Mæland, sponsored by Knowit.

Copyright 2013 Knowit

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.