manatee-project / manatee

Apache License 2.0
15 stars 3 forks source link

Use document db instead of SQL #25

Open dayeol opened 2 weeks ago

dayeol commented 2 weeks ago

We use MySQL only to keep track of jobs, which is going to have different custom fields based on needs. We don't really need a relational DB for this. We should consider using document db like MongoDB.

cc @xxxxavier @privacywill