Git Product home page Git Product logo

mongotain's Introduction

Mongotain

A DBMaintain like but applied to the mongo NoSQL DB !

How To

The artifact is not published on any repository yet so you'll have to build the artifact locally first :

mvn clean install

Import the JAR into your maven project :

   <dependency>
       <groupId>org.mongotain</groupId>
       <artifactId>mongotain-java</artifactId>
       <version>1.0-SNAPSHOT</version>
    </dependency>

Launch Mongotain during your app startup :

   Mongotain mongotain = Mongotain.builder()
                .configDB("mongotain_config") // MongoURI is set by default : mongodb://localhost:27017
                .targetDB("mongotain_target") // MongoURI is set by default : mongodb://localhost:27017
                .scriptsPath(Paths.get("[PATH TO YOUR MONGODB JS SCRIPTS]"))
                .allowMultipleScriptExecutions() // only if you want the db scripts to be re-executed during each mongotain run
                .build();

   mongotain.start();

mongotain's People

Contributors

walien avatar driccio avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Forkers

4sh-projects

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.