Difference between revisions of "EventStore"

From GlueXWiki
Jump to: navigation, search
(TODO)
Line 7: Line 7:
 
==Documentation==
 
==Documentation==
  
 +
* [[Installing EventStore]]
 
* [[EventStore File Formats]]
 
* [[EventStore File Formats]]
 
* [[EventStore Run Metadata]]
 
* [[EventStore Run Metadata]]
 
* [[EventStore Command Reference]]
 
* [[EventStore Command Reference]]
  
==Dependencies==
 
 
* MySQL/SQLite
 
* epydoc
 
* fpconst (?)
 
* <s>pysqlite</s> - 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==
 
==Legacy Documentation==

Revision as of 16:34, 27 January 2015

Overview

EventStore is a system for storing and accessing data

Documentation


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