| Projects on Google Code | Results 1 - 10 of 19 |
This projects supports to rewrite the Java API of the mongodb with high performance and scalability.
*Roadmap*
* A NIO solution for the mongodb driver
* Simple extension and good performance with the driver
* Some good API for the common solutions (logs, common data save)
* Web tools ...
= Warning! =
Since I'm planning to add MongoDB support to [http://framework.zend.com/ Zend Framework], I will not add any new features to Mongodloid except ones I need by myself (currently I'm using Mongodloid in production).
But, I still commit all changes and bug fixes to [http://code.google...
==What Is mongodb-net?==
*mongodb-net* (`MongoDB.Driver.dll`) is a .Net [http://www.mongodb.org/display/DOCS/Drivers driver] for [http://www.mongodb.com MongoDB]. Initially ported from the [http://www.mongodb.org/display/DOCS/Java+Language+Center Java Driver] is written entirely in C# and care ha...
Description of the benchmark is here: http://obvioushints.blogspot.com/2009/07/benchmarking-mongodb-vs-mysql.html
Uma pequena aplicação de encurtador de urls usando Node.js e MongoDB.
=The repoze.what mongoDB plugin=
*Note*: This plugin is not official and it is under revision before it is released in repoze.what and pypi.
This is a source adapter plugin for [http://what.repoze.org/docs/1.x/ repoze.what] and _MongoDB_.
[http://www.mongodb.org/display/DOCS/Home MongoDB] i...
This project is an example on how to use the sfRequestHandler component from the syfmony framework.
Here you will find a MongoDBLogger that is used to centralize application logs in one place. So if you run an application across several servers you can have the logs in one place, the MongoDB data...
A Log4J Appender for the MongoDB document oriented database.
Peruse the <a href="http://code.google.com/p/log4mongo/source/browse/trunk/README.txt">README.txt file</a> for more information.
=Morph - A high level PHP library for MongoDB=
Morph comprises a suite of objects and object primitives that are designed to make working with [http://www.mongodb.com MongoDB] in PHP a breeze.
phpMongoAdmin is a tool to handle the administration of MongoDB.
=== README ===
change config.php:
{{{
<?php
return array(
'db_name' => 'your database name',
);
}}}