All Projects → marrow → mongo

marrow / mongo

Licence: MIT License
Light-weight utilities and declarative schema (mutable mapping) to augment, not replace the Python MongoDB driver.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to mongo

Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+99744.44%)
Mutual labels:  queue, distributed-locks
ArduinoQueue
A lightweight linked list type queue implementation, meant for microcontrollers.
Stars: ✭ 29 (+61.11%)
Mutual labels:  queue
php-rsmq
PHP implementation of Redis Simple Message Queue
Stars: ✭ 22 (+22.22%)
Mutual labels:  queue
golib
Open version of common golang libraries useful to many projects.
Stars: ✭ 47 (+161.11%)
Mutual labels:  queue
openrefine-client
The OpenRefine Python Client from Paul Makepeace provides a library for communicating with an OpenRefine server. This fork extends the command line interface (CLI) and is distributed as a convenient one-file-executable (Windows, Linux, Mac). It is also available via Docker Hub, PyPI and Binder.
Stars: ✭ 67 (+272.22%)
Mutual labels:  pypi
cookiecutter-pypackage
A cookiecutter template for Python package with heavy use of Github actions
Stars: ✭ 19 (+5.56%)
Mutual labels:  pypi
Community-Governance
The IOTA community creates a governance structure for the community treasury.
Stars: ✭ 36 (+100%)
Mutual labels:  dao
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-27.78%)
Mutual labels:  queue
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+2322.22%)
Mutual labels:  pypi
foundation
for the Great Civilization
Stars: ✭ 54 (+200%)
Mutual labels:  dao
seeds light wallet
www.joinseeds.earth/
Stars: ✭ 30 (+66.67%)
Mutual labels:  dao
intrepid
Intrepyd Model Checker
Stars: ✭ 14 (-22.22%)
Mutual labels:  pypi
turnio
🤖 Bot to manage a queue of slack users in a channel
Stars: ✭ 11 (-38.89%)
Mutual labels:  queue
pipsalabim
An assistant to guess your pip dependencies from your code, without using a requirements file.
Stars: ✭ 15 (-16.67%)
Mutual labels:  pypi
imgur-scraper
Retrieve years of imgur.com's data without any authentication.
Stars: ✭ 26 (+44.44%)
Mutual labels:  pypi
queueable
Convert streams to async ⌛ iterables ➰
Stars: ✭ 43 (+138.89%)
Mutual labels:  queue
jrsmq
A lightweight message queue for Java that requires no dedicated queue server. Just a Redis server.
Stars: ✭ 28 (+55.56%)
Mutual labels:  queue
focus-single
Single repo demo project using GoFrame.
Stars: ✭ 26 (+44.44%)
Mutual labels:  dao
queue-promise
A simple, dependency-free library for concurrent promise-based queues. Comes with with concurrency and timeout control.
Stars: ✭ 56 (+211.11%)
Mutual labels:  queue
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (+227.78%)
Mutual labels:  queue

marrow.mongo

Latest released version. Latest Github tagged release. Release build status. Release test coverage. Master Branch Code Health Status of release dependencies. Subscribe to project activity on Github. Star this project on Github.

© 2016-2017 Alice Bevan-McGregor and contributors.
https://github.com/marrow/mongo

Marrow Mongo is a collection of small, focused utilities written to enhance use of the PyMongo native MongoDB driver without the overhead, glacial update cycle, complexity, and head-space requirements of a full active record object document mapper. Additionally, it provides a very light-weight database connection plugin for the WebCore web framework and Python standard logging adapter to emit logs to MongoDB.

Additional documentation is provided in the form of an online reference manual.

Installation

Installing marrow.mongo is easy, just execute the following in a terminal:

pip install marrow.mongo

Note: We strongly recommend always using a container, virtualization, or sandboxing environment of some kind when developing using Python; installing things system-wide is yucky (for a variety of reasons) nine times out of ten. We prefer light-weight virtualenv, others prefer solutions as robust as Vagrant.

If you add marrow.mongo to the install_requires argument of the call to setup() in your application's setup.py file, marrow.mongo will be automatically installed and made available when your own application or library is installed. We recommend using "less than" version numbers to ensure there are no unintentional side-effects when updating. Use marrow.mongo<1.2 to get all bugfixes for the current release, and marrow.mongo<2.0 to get bugfixes and feature updates while ensuring that large breaking changes are not installed.

This package has a few dependencies:

  • Python 2.7 and above, or Python 3.2 and above, or compatible such as Pypy or Pypy3.
  • A modern (>3.2) version of the pymongo package.
  • The Marrow Package and Schema utility packages for plugin handling and declarative syntax support.

Additional instructions on conditional dependencies, package flags, and development version utilization are available in the manual.

Version History

To see the complete version history, including detailed per-version change logs, please see the GitHub Releases section.

License

marrow.mongo has been released under the MIT Open Source license.

The MIT License

Copyright © 2016-2017 Alice Bevan-McGregor and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].