Difference between revisions of "EventStore"

From GlueXWiki
Jump to: navigation, search
(Dependencies)
(Dependencies)
Line 19: Line 19:
 
* SQLAlchemy
 
* SQLAlchemy
 
* elementtree/cElementTree
 
* elementtree/cElementTree
 +
 +
==Legacy Documentation==
 +
 +
* [https://wiki.classe.cornell.edu/HEP/SWIG/EventStoreDesign EventStore @ CLEO]
 +
* [https://wiki.classe.cornell.edu/HEP/SWIG/EventStoreAdministration ES Administration]
 +
* [https://wiki.classe.cornell.edu/HEP/SWIG/EventStore ES Injection]

Revision as of 12:08, 11 March 2014

Overview

EventStore is a system for storing and accessing data

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