Difference between revisions of "EventStore"

From GlueXWiki
Jump to: navigation, search
(TODO)
(Documentation)
Line 9: Line 9:
 
* [[EventStore File Formats]]
 
* [[EventStore File Formats]]
 
* [[EventStore Run Metadata]]
 
* [[EventStore Run Metadata]]
 +
* [[EventStore Command Reference]]
  
 
==Dependencies==
 
==Dependencies==

Revision as of 11:15, 30 April 2014

Overview

EventStore is a system for storing and accessing data

Documentation

Dependencies

  • MySQL/SQLite
  • epydoc
  • fpconst (?)
  • pysqlite - need to port to built-in sqlite bindings (sqlite3)
  • MySQL-python (MySQLdb)
  • SOAPpy - subdeps: setuptools, wstools

For Metadata DB:

  • CherryPy
  • SQLAlchemy
  • elementtree/cElementTree

Legacy Documentation

TODO

  • Work on metadataDB information - feedMetaDataDB.py
  • Handle skim files from multithreaded jobs
  • Handle URIs for filenames
  • Make DB merging less fragile