Giter Site home page Giter Site logo

legendary-happiness's Introduction

NiteWorks Conduce Demonstrator

MongoDB 3.0

MongoDB 3.0 can use the Wired Tiger storage engine for faster data retrieval. If you normally start MongoDB on demand, you can take advantage of the performance gains using the following: -

$ mongod --storageEngine wiredTiger --dbpath /data/tiger/

Check your indexes

> db.tweets.createIndex({ "twitter.coordinates.coordinates":1  }, {  sparse: true })

Launch Sluice

rm -rf .sluice/var/logs/*; /opt/mct/sluice/bin/sluice-run -w -D  ~/Documents/conduce/treatments/niteworks/

LaunchPad

Ues a web-based applicaiton to run through the demonstrator. Navigate to the LaunchPad which is hosted as part of the Treatment

Administration Panel

Sluice has a web-based control/administration panel. Navigate to sluice which is hosted by the treatment loaded

Web Panel Indexes

At the following index to the db to improve the performance

> db.tweets.createIndex( { twitter: 1 } )  -????
> db.tweets.createIndex( { 'twitter.id': 1 } )
> db.tweets.createIndex( { 'twitter.user.id': 1 } )

legendary-happiness's People

Contributors

jewkesy avatar jimmybenz avatar

Watchers

 avatar  avatar  avatar  avatar

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.