This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<contexts> | ||
|
||
|
||
<context id="adapter_mongodb" title="MongoDB Data Adapter"> | ||
<description>MongoDB is an open source document-oriented database system developed and supported by 10gen. It is part of the 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.</description> | ||
<topic href="html/mongodb.html" label="MongoDB Data Adapter"/> | ||
</context> | ||
<context id="query_mongo" title="Dataset and query dialog"> | ||
<description>From this dialog you can change the dataset query, define new parameters or change the adapter used to retrive the data.</description> | ||
<topic href="http://docs.mongodb.org/manual/" label="The MongoDB Manual"/> | ||
<topic href="http://docs.mongodb.org/manual/core/read-operations/" label="Read Operations Reference"/> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<contexts> | ||
|
||
|
||
<context id="adapter_mongodb" title="MongoDB Data Adapter"> | ||
<description>MongoDB is an open source document-oriented database system developed and supported by 10gen. It is part of the 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.</description> | ||
<topic href="html/mongodb.html" label="MongoDB Data Adapter"/> | ||
</context> | ||
</contexts> | ||
<context id="query_mongo" title="Dataset and query dialog"> | ||
<description>From this dialog you can change the dataset query, define new parameters or change the adapter used to retrive the data.</description> | ||
<topic href="http://docs.mongodb.org/manual/" label="The MongoDB Manual"/> | ||
<topic href="http://docs.mongodb.org/manual/core/read-operations/" label="Read Operations Reference"/> | ||
</context> | ||
</contexts> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters