Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure Out the details about persisting data when using docker container #13

Closed
2 tasks done
RomanKrajewski opened this issue Apr 16, 2020 · 1 comment
Closed
2 tasks done
Assignees
Projects

Comments

@RomanKrajewski
Copy link
Member

RomanKrajewski commented Apr 16, 2020

  • make the database persistent on the htw server
  • store the 3d models in the file system of the htw server and make them accessable to the go container
@RomanKrajewski RomanKrajewski self-assigned this Apr 16, 2020
@dephiloper dephiloper added this to To do in Backend Apr 21, 2020
@dephiloper dephiloper self-assigned this Apr 21, 2020
@dephiloper
Copy link
Collaborator

Research on multiple database types

mysql

docker container: https://hub.docker.com/_/mysql
go-driver: https://github.com/go-sql-driver/mysql
go-orm: https://github.com/jinzhu/gorm

postgresql

docker container: https://hub.docker.com/_/postgres
go-driver: https://github.com/lib/pq
go-orm: https://github.com/go-pg/pg

mongodb

docker container: https://hub.docker.com/_/mongo
go-driver: https://github.com/mongodb/mongo-go-driver
go-orm: https://github.com/go-bongo/bongo (unstable) also probably not needed

redis

docker container: https://hub.docker.com/_/redis/
go-client: https://github.com/go-redis/redis

@dephiloper dephiloper moved this from To do to In progress in Backend Apr 21, 2020
@dephiloper dephiloper moved this from In progress to Done in Backend Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Backend
  
Done
Development

No branches or pull requests

2 participants