Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martimm/raku-mongodb-driver

MongoDB driver for Raku
https://github.com/martimm/raku-mongodb-driver

bson driver mongodb mongodb-driver raku

Last synced: about 1 month ago
JSON representation

MongoDB driver for Raku

Awesome Lists containing this project

README

        

# ![Leaf](logotype/logo_32x32.png) MongoDB Driver for Raku

![T][travis-svg] ![A][appveyor-svg] ![L][license-svg]

[travis-svg]: https://travis-ci.com/MARTIMM/raku-mongodb-driver.svg?branch=master
[travis-run]: https://travis-ci.com/MARTIMM/raku-mongodb-driver

[appveyor-svg]: https://ci.appveyor.com/api/projects/status/github/MARTIMM/raku-mongodb-driver?branch=master&passingText=Windows%20-%20OK&failingText=Windows%20-%20FAIL&pendingText=Windows%20-%20pending&svg=true
[appveyor-run]: https://ci.appveyor.com/project/MARTIMM/raku-mongodb-driver/branch/master

[license-svg]: https://martimm.github.io/label/License-label.svg
[licence-lnk]: https://www.perlfoundation.org/artistic_license_2_0

## Documentation
* [ 🔗 Website](https://martimm.github.io/raku-mongodb-driver/)
* [ 🔗 License document][licence-lnk]
* [ 🔗 Release notes](https://martimm.github.io/raku-mongodb-driver/content-docs/about/release-notes.html)
* [ 🔗 Issues](https://github.com/MARTIMM/raku-mongodb-driver/issues)

## INSTALLING THE MODULES

Use zef to install the package.
```
zef install MongoDB
```

## AUTHORS

* Original creator of the modules is **Paweł Pabian** (2011-2015, v0.6.0)(bbkr on github)
* Current maintainer **Marcel Timmerman** (2015-present) (MARTIMM on github)

## Contributors

* Dan Zwell (lefth on github)
* David Golden, who has pointed me to important documents he has developed together with a MongoDB team. It's about guide lines for server discovery and building up a topology of the servers seeded from the url.