(4)
(0) (863 views)
By downloading this item, you are agreeing to the Terms of Use for the site.
This devshare submission qualifies for Plug In 2 BIRT Contest
MongoDB is an open source,high-performance , document-oriented NoSQL database system.
MongoDB makes part of the "new" NoSQL family of database systems. Instead of storing data in tables as is done in a "classical" relational database, MongoDB stores structured data as JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.It is a improved way of developing applications since there is no joins and also eliminates complex transactios.
The person who will use this Mongo DB ODA driver will be able to filter the records of collection using SQL as well as JSON format,since I created the parser that will translate the SQL format to JSON format , so it will be very easy to access this database using BIRT Tool for the users who dont know JSON syntax.
Now accessing the Mongo DB becomes as easy as SQL
: collection_name(attribute1,attribute2,.....) where {condtion} {sort clause}
For more information you can refer to the attached user guide.
By downloading this item, you are agreeing to the Terms of Use for the site.
Posted: 16 May 2012 - 04:01 AM
Posted: 16 May 2012 - 11:53 PM
Posted: 18 May 2012 - 12:49 PM
Posted: 19 May 2012 - 06:05 AM
Posted: 19 May 2012 - 06:16 AM
Posted: 20 Jun 2012 - 08:57 PM
RahulG
Posted: 30 Apr 2012 - 11:31 AM