| |
Monte Carlos
Registered: Jun 2004 Posts: 359 |
Would it be possible to dockerize Csdb?
Dockerizing Csdb: pro/con ???
Pro:
- web services could be modularized (docker-compose), updated or replaced more easily
- moving Csdb to other servers could be more easily
- could serve as a starting point to make Csdb future proof ?
-...
Con:
- never touch a running system
- the retro feel is all right
- ... |
|
| |
Krill
Registered: Apr 2002 Posts: 2979 |
I know close to nothing about CSDb backend, but...
What makes you assume it's not already running in some kind of container or VM setup? =) |
| |
Monte Carlos
Registered: Jun 2004 Posts: 359 |
That's my weak point. I just assumed from the Csdb V2 thread. A search in that thread for docker returned 0 occurrences. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11384 |
And how would using docker solve anything at all? |
| |
CreaMD
Registered: Dec 2001 Posts: 3057 |
Quote: And how would using docker solve anything at all?
Maybe he meant kubernetes, but I don't think it will ever be necessary for a small scale community site such as CSDB. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Hosting and separation of configuration from the host (where Docker shines) is CSDb’s least problem. Dockerize is a good idea though if you want to easily have people being able to contribute, however that is not how CSDb is run. |
| |
Luke
Registered: Nov 2014 Posts: 9 |
docker-compose is not really suitable for hosting. It's nice for local development but that's pretty much it. For hosting you'd use Kubernetes and it as it will require some effort to set up and maintain.
Which problem do you intend to solve by containerization? I use containers in my daily work and the main focus is on clean deployments, scaling, testing etc. - at the cost of simplicity (compared to copying a buch of scripts into a webhoster's directory :).
P.S.: I dockerized Krill's loader for easy local use without having to set up all the compilers and tools needed for the compressors to run. https://gitlab.com/robotriot/krills-loader
P.P.S.: Damn, I'm a version behind! :D |
| |
macx
Registered: Mar 2002 Posts: 255 |
Do NOT change anything about CSDb. We do not want modern fads.
Boar's Head Tavern | byob.hopto.org:64128 |
| |
hedning
Registered: Mar 2009 Posts: 4731 |
Quote: Do NOT change anything about CSDb. We do not want modern fads.
Boar's Head Tavern | byob.hopto.org:64128
|
| |
Frostbyte
Registered: Aug 2003 Posts: 183 |
I partially agree on sticking to CSDB's oldschool vibes, at least what comes to look and feel.
What I would definitely improve is the downright broken data model and very lacking categorisation, but as over the years I've gotten the impression that no one is ever going to even attempt to work on these, or let anyone keen on working on these to help, I've accepted that we just have to live with what we have.
At least this is better than the sites for pretty much any other platform's scene, as far as I know. Not many scenes have a "single source of truth" where everyone from that scene hangs out and releases their stuff.
Re. the actual topic, i.e. dockerizing, I too struggle to understand what improvements this would bring to CSDB, apart from the same stuff running potentially "somewhere else" than it currently runs. |
| |
Krill
Registered: Apr 2002 Posts: 2979 |
Quoting LukeI dockerized Krill's loader for easy local use without having to set up all the compilers and tools needed for the compressors to run. https://gitlab.com/robotriot/krills-loader That's cool, but setting up the build environment is rather easy and quickly done, at least on Linux, and there's isn't much of a requirement to stick to specific versions of individual tools.
But this might benefit users of some other OS'es, yeah.
Quoting FrostbyteAt least this is better than the sites for pretty much any other platform's scene, as far as I know. Not many scenes have a "single source of truth" where everyone from that scene hangs out and releases their stuff. What would that central site be for the C-64 scene? CSDb it is most probably not. =) |
... 6 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 - Next |