Skip to content

PacktPublishing/Mastering-RethinkDB

Repository files navigation

Mastering RethinkDB

This is the code repository for Mastering RethinkDB, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter 2.

The code will look like the following:

  var rethinkdb = require('rethinkdb');
  var connection = null;
  rethinkdb.connect({host : 'localhost', port : 28015},function(err,conn) {
  if(err) { 
  throw new Error('Connection error');  
  } else {
  connection = conn;
  }
  });

Software requirements:

Chapter number Software required (With version) Hardware specifications OS required
1-9 RethinkDB 2.3 Node.js 6+ Python 3 Postman (Recommended) Chrome latest PC or Mac. The host machine should have at least:2.2 GHz Intel Core i5 processor or AMD equivalent (the more cores, the better) 4GB of RAM. The higher, the better. PC with Linux or Windows 7 64 Bit or higher. Mac with OS X 10.9 or higher. (Mesos doesn't run in Windows)

Related Products:

###Suggestions and Feedback Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786461070

About

Code repository for Mastering RethinkDB by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published