Difference between revisions of "EventStore"

From GlueXWiki
Jump to: navigation, search
(TODO)
(TODO)
Line 35: Line 35:
 
* Handle skim files from multithreaded jobs
 
* Handle skim files from multithreaded jobs
 
* Handle URIs for filenames
 
* Handle URIs for filenames
 +
* Make DB merging less fragile

Revision as of 10:59, 25 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