Giter Club home page Giter Club logo

asdf-mongodb's Introduction

asdf-mongodb Build Status

MongoDB binary plugin for asdf

Pre-requisites

asdf-mongodb plugin requires the following to work

  • jq
  • awk

Limitations

This plugin downloads the most generic binary for the given version number of MongoDB. Which means:

  • The distribution does not include SSL encryption.
  • For Linux, there are binaries compiled for different distributions, but the binaries downloaded with this plugin is the generic Linux binary (Linux legacy binary), which means the binary may lack the performance optimizations included in distribution-specific binaries.

For this reason, this plugin is targeted for development environments. For production environments, please set up your environments manually.

Also, this plugin handles only the installation of the binary file. You will still need to set up your data directory (for example, mkdir -p /data/db, and setting permissions so that mongod can read it) manually. Please consult the Installation Guide of your environment for details.

Install

asdf plugin-add mongodb https://github.com/sylph01/asdf-mongodb.git

Use

To install latest stable binary

asdf install mongodb latest

To display latest stable version

asdf latest mongodb

To list ALL versions (including current archived, development releases)

asdf list-all mongodb

To list current releases versions

asdf mongodb list mongodb

To list development versions

asdf mongodb list development 

Check asdf readme for instructions on how to install & manage versions of MongoDB.

Versioning Convention of MongoDB

MongoDB uses a versioning convention where:

  • Even-numbered builds are production releases (2.4.x, 2.6.x, 3.0.x)
  • Odd-numbered builds are development/unstable releases (2.5.x, 2.7.x, 3.1.x)
  • Minor version numbers indicate bugfix/security releases

All versions that can be downloaded from the server is included in the version list. In most of the cases, you will install the even-numbered production release with the highest minor version number.

asdf-mongodb's People

Contributors

baysao avatar blaze34 avatar jmromer avatar serradura avatar sogko avatar sylph01 avatar

Stargazers

 avatar

Watchers

 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.