tingodb | Embedded Node.js database upward compatible with MongoDB | Runtime Evironment library

 by   sergeyksv JavaScript Version: 0.6.1 License: No License

kandi X-RAY | tingodb Summary

kandi X-RAY | tingodb Summary

tingodb is a JavaScript library typically used in Server, Runtime Evironment, Nodejs, MongoDB applications. tingodb has no bugs, it has no vulnerabilities and it has medium support. You can install using 'npm i tingodb' or download it from GitHub, npm.

TingoDB is an embedded JavaScript in-process filesystem or in-memory database upwards compatible with MongoDB at the [v1.4 API level] Note starting from version 0.6.x there is new configuration paramater apiLevel. Default value is 140 (1.4) but we started some adoptions for 2.x specific behaviour. For instance findAndModify will behave difeently if to use apiLevel:200 (2.x). Any contributions with making adoptions for API > 2.x are welcome. Upwards compatible means that if you build an app that uses functionality implemented by TingoDB you can switch to MongoDB almost without code changes. This greatly reduces implementation risks and give you freedom to switch to a mature solution at any moment. As a proof for upward compatibility, all tests designed to run against both MongoDB and TingoDB. Moreover, significant parts of tests contributed from MongoDB nodejs driver projects and are used as is without modifications. For those folks who familiar with the Mongoose.js ODM, we suggest to look at [Tungus] an experimental driver that allows using the famous ODM tool with our database. TingoDB can be dropin replacement for existing apps and frameworks that are based on MongoDB. Please see some [3rd party integrations] #integrations). For more details please visit
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tingodb has a medium active ecosystem.
              It has 1146 star(s) with 107 fork(s). There are 34 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 54 open issues and 93 have been closed. On average issues are closed in 154 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of tingodb is 0.6.1

            kandi-Quality Quality

              tingodb has 0 bugs and 0 code smells.

            kandi-Security Security

              tingodb has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              tingodb code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              tingodb does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              tingodb releases are available to install and integrate.
              Deployable package is available in npm.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed tingodb and discovered the below as its top functions. This is intended to give you an instant insight into tingodb implemented functionality, and help decide if they suit your requirements.
            • Stub node in a query .
            • Parses a sort clause .
            • Creates an updater instance .
            • Applies properties from object .
            • A binary class .
            • Reduces an array of keys from an OP index .
            • Initialize a collection .
            • Deletes the projection .
            • Apply the change to an object .
            • recursively create path to the array
            Get all kandi verified functions for this library.

            tingodb Key Features

            No Key Features are available at this moment for tingodb.

            tingodb Examples and Code Snippets

            No Code Snippets are available at this moment for tingodb.

            Community Discussions

            QUESTION

            "npm ci" throws exception: Cannot read property 'length' of undefined
            Asked 2020-Feb-07 at 11:44

            I'm getting this exception both on my local environment and in CircleCI.

            ...

            ANSWER

            Answered 2020-Feb-07 at 11:44

            Problem is on function _incorrectWorkingDirectory from npm-lifecycle, which does not check if pkg.name is null therefore throws an exception.

            To fix this, add "name" property to package.json.

            https://github.com/npm/npm-lifecycle/blob/latest/index.js#L114

            Source https://stackoverflow.com/questions/59777226

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tingodb

            You can install using 'npm i tingodb' or download it from GitHub, npm.

            Support

            Goal of our project is to fully mimic MongoDB functionality. Which means that we will consider bug as bug only when you find something that is working with MongoDB but isn’t working with TingoDB. It would be very helpful to get bugs in that case as pull requests to /test/misc-test.js file (or new file) which will contain code that reproduce issue. To run test with MongoDB: ```./test.sh --quick --single=misc-test --db=mongodb```. To run test with TingoDB: ```./test.sh --quick --single=misc-test --db=tingodb```.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i tingodb

          • CLONE
          • HTTPS

            https://github.com/sergeyksv/tingodb.git

          • CLI

            gh repo clone sergeyksv/tingodb

          • sshUrl

            git@github.com:sergeyksv/tingodb.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link