Giter Site home page Giter Site logo

asdf-mongodb's Introduction

asdf-mongodb Build Status

MongoDB binary plugin for asdf

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.

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.

Install

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

Use

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

asdf-mongodb's People

Contributors

sylph01 avatar blaze34 avatar jmromer avatar munien avatar serradura avatar baysao 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.