Difference between revisions of "EventStore"

From GlueXWiki
Jump to: navigation, search
(Documentation)
(TODO)
Line 33: Line 33:
 
* 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
+
* Faster file processing - maybe already good enough?
 
* zipped key file formats
 
* zipped key file formats
* fix HDDM format probing
 
 
* redo authentication routines
 
* redo authentication routines
 
* make deletion robust with respect to already deleted files
 
* make deletion robust with respect to already deleted files
 +
 +
<pre>
 +
/u/home/gxproj3/EventStore/src/EventStoreToolkit/sql_util.py:274: Warning: Truncated incorrect DOUBLE value: 'NULL'
 +
</pre>
  
 
'''long term'''
 
'''long term'''

Revision as of 13:14, 6 March 2015

Overview

EventStore is a system for storing and accessing data

The software can currently be checked out from SVN at

svn co https://halldsvn.jlab.org/repos/trunk/home/sdobbs/EventStore/

Documentation

Reference

Legacy Documentation

TODO

short term

  • Add support for MC HDDM files
  • Refactor file parsing code so that it's more centralized
  • Faster file processing - maybe already good enough?
  • zipped key file formats
  • redo authentication routines
  • make deletion robust with respect to already deleted files
/u/home/gxproj3/EventStore/src/EventStoreToolkit/sql_util.py:274: Warning: Truncated incorrect DOUBLE value: 'NULL'

long term

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