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 graphical [http://qt.nokia.com Qt] application that uses [http://www.mongodb.org/ MongoDB] to store chemical data, and [http://vtk.org/ VTK] to visualize/explore the data.


== Get ChemData ==
== Get ChemData ==
The source code is available at [https://github.com/OpenChemistry/chemdata Github].
The source code for ChemData is available at [https://github.com/OpenChemistry/chemdata Github].


== Screenshots ==
== Screenshots ==
Line 12: Line 12:


== Developer Information ==
== Developer Information ==
For a description of the data schema see: [[ChemData Schema]].
For a description of the database schema see: [[ChemData Schema]].

Revision as of 14:48, 14 March 2012

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

Get ChemData

The source code for ChemData is available at Github.

Screenshots

Developer Information

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