https://github.com/spcomb/myottd2
[Archive] WIP reimplementation of myottd.net with a containerzed microservice architecture (2008)
https://github.com/spcomb/myottd2
Last synced: 9 days ago
JSON representation
[Archive] WIP reimplementation of myottd.net with a containerzed microservice architecture (2008)
- Host: GitHub
- URL: https://github.com/spcomb/myottd2
- Owner: SpComb
- Created: 2017-10-25T09:16:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T09:35:20.000Z (over 8 years ago)
- Last Synced: 2025-03-03T17:49:38.121Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Archive] myottd2 (2008)
***Archived for historical curiosity***, this is the WIP reimplementation of myottd.net with a containerzed microservice architecture.
See the [TT-Forums thread from 2007](https://www.tt-forums.net/viewtopic.php?t=34194) for more historical context.
See the [myottd](https://github.com/SpComb/myottd) repo for the original monolithic prototype that was actually running in "production" from 2007-2008.
## Design Docs
* [General philosophy](design.txt)
* [`msrvd`](mvsrvd/design.txt) vserver management service
* [`ottdinit`](ottdinit/design.txt) vserver init+daemon/service manager with remote control
* [database schema](myottd-database.txt)
* [XML-RPC API](myottd-xmlrpc-api.txt)
## Further Work
* [`netdaemon`](https://github.com/SpComb/netdaemon) improved container init + daemon/service manager implementation