Difference between revisions of "EventStore"

From GlueXWiki
Jump to: navigation, search
(TODO)
(TODO)
Line 37: Line 37:
 
* Add support for MC HDDM files
 
* Add support for MC HDDM files
 
* Refactor file parsing code so that it's more centralized
 
* Refactor file parsing code so that it's more centralized
 +
* Faster file processing
  
 
'''long term'''
 
'''long term'''

Revision as of 19:25, 20 January 2015

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

short term

  • Add support for MC HDDM files
  • Refactor file parsing code so that it's more centralized
  • Faster file processing

long term

  • Work on metadataDB information - feedMetaDataDB.py
  • Handle URIs for filenames
  • Make DB merging less fragile