MongoChem: Difference between revisions

From wiki.openchemistry.org
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
ChemData is a Qt application that uses MongoDB to store its data, and VTK to visualize/explore data.
ChemData is a Qt application that uses MongoDB to store its data, and VTK to visualize/explore data.


For a description of the data schema see: [[ChemData_Schema]].
== Get ChemData ==
The source code is available at [https://github.com/OpenChemistry/chemdata Github].


The source code is available at [https://github.com/OpenChemistry/chemdata Github].
== Screenshots ==
<gallery widths=400px heights=400px>
Image:ChemData_Query_Screenshot.png|Main ChemData Window
Image:ChemData Plot Matrix Screenshot.png|Scatter Plot Matrix Dialog displaying five different descriptors for the molecules in the database.
</gallery>
 
== Developer Information ==
For a description of the data schema see: [[ChemData Schema]].

Revision as of 12:45, 8 March 2012

ChemData is a Qt application that uses MongoDB to store its data, and VTK to visualize/explore data.

Get ChemData

The source code is available at Github.

Screenshots

Developer Information

For a description of the data schema see: ChemData Schema.