Giter Site home page Giter Site logo

youbs / mongofill Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mongofill/mongofill

0.0 1.0 0.0 1.01 MB

Pure PHP implementation of MongoDB driver, with aim to be a drop-in replacement of the official extension, usable under HHVM runtime.

PHP 96.11% Shell 3.89%

mongofill's Introduction

Mongofill Build Status

Pure PHP implementation of MongoDB driver, with aim to be a drop-in replacement of the official extension, usable under HHVM runtime.

Installation

Recommended way

The recommended way of installing is through the mongofill-hhvm package as HNI extension of HHVM

git clone https://github.com/mongofill/mongofill-hhvm
cd mongofill-hhvm
./build.sh

You can read the full instructions at building-and-installation instructions from the HNI package.

Easy way

The easy way of installing Mongofill is through composer. You can see package information on Packagist.

{
    "require": {
        "mongofill/mongofill": "dev-master"
    }
}

Note: as pure PHP, the phpversion('mongo') will return null and some libraries as Doctrine will not work properly without modifications, so please use the HNI version.

Supported libraries

You can check the current supported libraries at wiki page Supported-Libraries

Community

You can catch us on IRC on Freenode channel #mongofill

Contributing

Please push tests, ensuring compatibility with the official Mongo extension, that are not passing yet, into the "compat/not-passing" branch.

Contributions are greatly appreciated, including corrections of our english ;)

To ensure a consistent code base, you should make sure the code follows the PSR2 coding standards. We suggest use php-cs-fixer with your code before make the pull request with this flags: php-cs-fixer fix . --level=all

Running the PHPUnit tests

Tests are in the test folder. To run them, you need PHPUnit.

phpunit --configuration phpunit.xml.dist

Running the native mongo-php-driver tests

You can find helper script at test/native/helper.sh. Your system must have installed: mongodb, git, phpize and autotools

cd tests/native/
./helper.sh setup
./helper.sh boot
./helper.sh run

Benchmarking

A small suite of benchmarking is included with the package, you can run the suite with this command:

php ./vendor/bin/athletic -b tests/bootstrap.php  -p tests/Mongofill/Benchmarks/

Some results can be find at: https://gist.github.com/mcuadros/9551290

Caveats

Replica Sets & APC

When using a replica set, the Mongofill driver needs to fetch information about the replica set configuration and status. To improve performance, the driver will attempt to use APC (apc_fetch, apc_store) to cache replica set data.

The APC functions should be automatically installed with HHVM, but if you plan on using the Mongofill driver with PHP, you'll need to make sure APC is installed if you want the performance boost.

For PHP 5.5 and higher, this would be the APCu extension. If APC is not installed, replica sets will still function, they just won't be as fast.

mongofill's People

Contributors

danslo avatar dylanwenzlau avatar emmanuelvella avatar endeveit avatar h4cc avatar iamdaniele avatar johantan avatar koubas avatar kozzi11 avatar mblkita avatar mcuadros avatar mkeen avatar nantunes avatar nubs avatar pomyk avatar rexxars avatar rybakit avatar thawkins avatar tstobbe avatar youbs 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.