vwbusguy / beefy-connection

A kiosk for connecting with potential contributors and following up from event contacts.
GNU General Public License v3.0
0 stars 9 forks source link

Maybe an ETL tool like this one would be good for beefy-backend #36

Open herlo opened 9 years ago

herlo commented 9 years ago

http://petl.readthedocs.org/en/latest/

vwbusguy commented 9 years ago

Clint,

If you mean for export/import of data, this could be useful - especially between different backends. Of course, if we decide on a common CSV or JSON implementation, that might be more simple to implement. JSON with Flask would be as trivial as using a DictCursor and returning with jsonify().

Scott

herlo commented 9 years ago

I think exporting it to csv is trivial. I just figured we could then have a simple front end that could take it and make it easy to transform into a database or json or whatever we want. Might be useful. Not sure yet.

On Tue, Mar 3, 2015 at 12:08 PM, Scott Williams notifications@github.com wrote:

Clint,

If you mean for export/import of data, this could be useful - especially between different backends. Of course, if we decide on a common CSV or JSON implementation, that might be more simple to implement. JSON with Flask would be as trivial as using a DictCursor and returning with jsonify().

Scott

— Reply to this email directly or view it on GitHub https://github.com/vwbusguy/beefy-connection/issues/36#issuecomment-77012086 .