Skip to content

Commit

Permalink
textile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MongoDB-Rox committed Jun 15, 2011
1 parent 7cda346 commit 5afa5fa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ h3. Built on a stripped-down version of the high-performance Vork Enterprise Fra
+ JSON (with Mongo-operators enabled)
* Import/export data in JSON format
+ Export full collections or limit recordset to the results of a query
+ Option to export exact page contents or entire query results (ignoring limit and skip values)
* Option to export exact page contents or entire query results (ignoring limit and skip values)
+ Import can specify:
+ Insert new records only
+ Save / upsert (adds new & overwrites existing with same _id)
+ Update only pre-existing records
+ Insert until a duplicate is found and then halt import
* Insert new records only
* Save / upsert (adds new & overwrites existing with same _id)
* Update only pre-existing records
* Insert until a duplicate is found and then halt import
* Option to enable password-protection for one or more users
+ To activate protection, just add the username-password(s) to the array at the top of the file.
* E_STRICT PHP code is formatted to the Zend Framework coding standards
Expand Down Expand Up @@ -70,17 +70,17 @@ h2. Features
o Show objects with 3-different viewing options (full, compact & uniform)
o Option to query MongoDB using JSON or a PHP array
o Sort by any key within your data object (even nested sub-keys!) with ascending/descending option
o Option to sort by $natural for rapid browsing of large datasets
* Option to sort by $natural for rapid browsing of large datasets
o Create/delete objects
o Edit object data using standard PHP object/array syntax
o Export to JSON format
o Full collections or limited recordset based on the results of a query
o Export exact page contents or entire query results (ignoring limit and skip values)
* Full collections or limited recordset based on the results of a query
* Export exact page contents or entire query results (ignoring limit and skip values)
o Import from JSON format
o Insert new records only
o Save / upsert (adds new & overwrites existing with same _id)
o Update only pre-existing records
o Insert until a duplicate is found and then halt import
* Insert new records only
* Save / upsert (adds new & overwrites existing with same _id)
* Update only pre-existing records
* Insert until a duplicate is found and then halt import
* Mongo GridFS
o GridFS objects automatically link GridFS chunks to GridFS files
* MongoDB stats
Expand Down

0 comments on commit 5afa5fa

Please sign in to comment.