nextstrain / flora

DB management, APIs, web portals etc.
2 stars 3 forks source link

request for code review #1

Open jameshadfield opened 6 years ago

jameshadfield commented 6 years ago

@trvrb @barneypotter24

Flora is now working, in that it can create tables on a locally running RethinkDB database, upload JSON documents, and download them as (a) an entire dump of the database (JSON), (b) a FASTA file or (c) a JSON with matched (1-1) sequences and metadata.

https://github.com/nextstrain/flora/ describes how to run, and there's a testing JSON posted on slack.

At this point i'm interested in the general interface, pitfalls to avoid, and directions to go in. Thanks!