Status February 2012: Difference between revisions

From wiki.openchemistry.org
Jump to navigation Jump to search
(Began a page for current status in February 2012)
 
No edit summary
Line 12: Line 12:


* Connection dialog, allowing for the MongoDB server, port and database to be changed at startup and/or during application runs.
* Connection dialog, allowing for the MongoDB server, port and database to be changed at startup and/or during application runs.
* Refinement of [[Chemical JSON]] to support our needs in MongoDB.

Revision as of 18:14, 18 February 2012

Current Activity

MoleQueue

  • Serialization/deserialization of active jobs as JSON objects in the directory structure used to stage jobs. This is aimed at facilitating graceful restarts of the application across reboots of the host computer. The MoleQueue application remains a singleton on a system, listening on the specified local socket.
  • Design of data structures to maintain connections to multiple clients, along with further refinements on the JSON-RPC calls between client and server processes.

ChemData

  • Set up of a new, shared MongoDB server, currently only accessible from within the Kitware network. Ingestion of larger portions of Pubchem.
  • Connection dialog, allowing for the MongoDB server, port and database to be changed at startup and/or during application runs.