paucarre / tiefvision

End-to-end deep learning image-similarity search engine
Apache License 2.0
763 stars 187 forks source link

Database update #29

Closed plippe closed 7 years ago

plippe commented 7 years ago

Move database from h2 to something more reliable

kevoriordan commented 7 years ago

Is the data being persisted anywhere?

Would it be better to move to an RDS database than trying to get H2 setup in Docker?

plippe commented 7 years ago

The idea is to have h2 -> h2 docker -> postgres docker -> postgres rds.

All those steps are just small increments that would allow me to identify and fix issues as soon as I find them. Furthermore, the docker containers is something that an open source project can easily grab, while an rds one makes it harder.

The data is kept via volume