https://github.com/samrocksc/devoid
A docker-compose full of toys for local development.
https://github.com/samrocksc/devoid
Last synced: over 1 year ago
JSON representation
A docker-compose full of toys for local development.
- Host: GitHub
- URL: https://github.com/samrocksc/devoid
- Owner: samrocksc
- License: mit
- Created: 2019-08-03T16:47:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T00:16:36.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T16:56:21.140Z (over 1 year ago)
- Language: Rust
- Size: 941 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GOALS ARE SIMPLE
All I want to do is be able to spin up a data architecture and use it fast.
### Priorities
* docker-compose development environments for different databases
* Rust CLI
* Build a fuck load of redundancies and learn how to use several languages together
* GoLang migrations(using [goose](https://github.com/pressly/goose))
* Node API(maybe switch this to gin-gonic at some point)
### NICE BUT UNECESSARY
* graphQL test endpoints
* graphical stuff
* Fancier terminal things.
* Implement a UI for SQL using [sqlpad](https://github.com/rickbergfalk/sqlpad)