Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreeseaw/golibrepo
Monorepo for multi-Go-package CI
https://github.com/dreeseaw/golibrepo
ci go monorepo
Last synced: about 1 month ago
JSON representation
Monorepo for multi-Go-package CI
- Host: GitHub
- URL: https://github.com/dreeseaw/golibrepo
- Owner: Dreeseaw
- Created: 2022-01-30T21:57:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T23:11:18.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T07:08:34.066Z (5 months ago)
- Topics: ci, go, monorepo
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golibrepo
problem - I have a RaspberryPi Cluster that I run python apps on,
and the data-intensive & distrubuted stuff is becoming slow and
annoying to code via Pythonmy solution - Instead of re-writing entire servers in Go, start
breaking out libs into this monorepo and upload them to my cluster
as a c-shared file, which can be dynamically loaded into py3 codetodo
- include inner-package dependencies
- clean up CI (ex: don't try buildchanges when there's none)