Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.389.205 Times

MongoAlchemy 0.10

Company: Jeffrey Jenkins
Date Added: July 21, 2013  |  Visits: 308

MongoAlchemy

Report Broken Link
Printer Friendly Version


Product Homepage
Download (38 downloads)



MongoAlchemy is a layer on top of the Python MongoDB driver which adds client-side schema definitions, an easier to work with and programmatic query language, and a Document-Object mapper which allows python objects to be saved and loaded into the database in a type-safe way.<br /><br />An explicit goal of this project is to be able to perform as many operations as possible without having to perform a load/save cycle since doing so is both significantly slower and more likely to cause data loss.<br /><br />Interesting Features?*A*<br /><br /> * Object-Document-Mapping: Turn MongoDB documents into Python objects and vice-versa.<br /> * A rich expression language: which can be used to do queries for loading documents as well as updating documents without loading them.<br /> * Use Any Collection and Field Names ???*a*? Configuration allows collection names and field names to be different from their python names.<br /> * Computed Fields ComputedField fields allow a function to be used to generate the value for a field. Extremely useful for fields where the value is a function (like a last-updated field), or where the field is generated from other fields (like a set of keywords generated or the components of a URL)<br /> * User-defined validation ???*a*? for values being wrapped for the database or unwrapped into a python object, as well as validators which happen for both. See Field<br /> * Arbitrary Value Fields ???*a*? A field that can hold arbitrary values: AnythingField<br /> * More Flexible Mapping Type A dict-like field which can have arbitrary key and value types as well as allowing indexing on the keys ???*a*? not normally possible in Mongo ???*a*? by storing them in a different format than how they appear when accessed in python a plain dict. KVField<br /> * Automatically Calculated Updates ???*a*? The session object has an mongoalchemy.session.Session.update() function which determines which fields are dirty and will execute the appropriate update operations to update the object in the database. The operations used for updating can be overriden at the field definition level as well as in the update call.<br /> * Drop into raw Mongo ???*a*? Most functions will accept raw pymongo instead of the mongoalchemy objects. For example:<br /><br /> session.query('SomeClass').filter(SomeClass.name == foo).limit(5)``<br /><br /> is perfectly valid, as is:<br /><br /> session.query(SomeClass).filter({'name':'foo'})<br /><br />Installation?*A*<br /><br />easy_install MongoAlchemy

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Arbitrary Database Documents Field Fields Function Mongo Mongodb Names Object Objects Operations Python Update
Users rating: 0/10

License: Freeware Size: 30.72 KB
USER REVIEWS
More Reviews or Write Review


MONGOALCHEMY RELATED
Modules  -  Taxonews Views Formatted Field 6.x-1.0
Field handler to provide custom displays by using one of specified input formats (i.e. Filtered HTML, PHP code, Smarty code) with ability to access value of current field, all arguments values, all rows values, all fields values (of current row),...
10 KB  
Science  -  JUMP Database Query Plugin 0.8.0
The JUMP DB Query Plugin is an extension for the OpenJUMP GIS platform that allows OpenJUMP users to give arbitrary database queries to retrieve and display geographic feature sets.
484.36 KB  
Database Tools  -  A Simple MySQL Class 1.0
Argument values that define tables, fields, field values and condition clauses can be passed to INSERT, UPDATE and SELECT queries.
10 KB  
Home & Leisure  -  GeoDataSource World Water Features Database (Premium Edition) January 2011
GeoDataSource Water Features Database Premium Edition offers you water feature names in original language and English, feature type classifications, country names in FIPS and ISO, regions and sub-regions. Database in text format suitable for...
 
Database Tools  -  GeoDataSource World Cities Database Free Edition January 2011
GeoDataSource Free Cities Edition provides geographical database of world features, cities with place names and region names. Free database of worldwide cities in text format suitable for any applications requiring a comprehensive list of cities...
 
Database Tools  -  FileSyncDB 1.0
FileSyncDB can be used to manage MySQL database table records synchronized to files stored in disk. It can insert, updated and delete records of a database table with fields that contain the names of associated files.When a record is inserted or...
10 KB  
Database Tools  -  Basic MySQL Search Engine Class 1.0
Basic MySQL Search Engine Class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table.Basic MySQL...
112.64 KB  
Web Authoring  -  GeoDataSource World Cities Database (Free Edition) May 2007
GeoDataSource Free Cities Edition provides geographical database of world features, cities with place names and region names. Free database of worldwide cities in text format suitable for any applications requiring a comprehensive list of cities...
25 KB  
Database Tools  -  FTPSeah rc
FTPSearch is a java-based program that garthers URLs from many ftps and stores them in database to provide search function. Currently Postgres and MySQL are available for data storage.
484.85 KB  
Programming  -  YAML4ObjC 1.0
YAML4ObjC is a wrapper class for LibYAML [1] to query YAML data more easily on iOS platforms, iPhone and iPad. I used LibYAML directly to read configuration files of YAML objects in my project for iOS, but it is hard to use in my...
61.44 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB