Commit Graph

3 Commits

Author SHA1 Message Date
84e21ff467 Move ASCII data parsing from the server to the rocket interface.
The server buffers the string and passes it to nilmdb.  Nilmdb passes
the string to bulkdata.  Bulkdata uses the rocket interface to parse
it in chunks, as necessary.  Everything gets passed back up and
everyone is happy.

Currently, only pyrocket implements append_string.
2013-03-05 17:51:17 -05:00
3d0fad3c2a Move some helper functions around 2013-01-09 17:39:29 -05:00
3d212e7592 Move test helpers into subdirectory 2013-01-05 15:00:34 -05:00