{"id":19321859,"url":"https://github.com/pascalallen/baetyl","last_synced_at":"2026-04-11T10:33:33.329Z","repository":{"id":51821006,"uuid":"516791752","full_name":"pascalallen/baetyl","owner":"pascalallen","description":"A lightweight SDK for Go web development. Fork me.","archived":false,"fork":false,"pushed_at":"2023-02-20T19:18:50.000Z","size":9911,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:18:42.366Z","etag":null,"topics":["adminer","docker","go","golang","kubernetes","mercure","postgres","react","sass","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pascalallen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-22T15:01:34.000Z","updated_at":"2023-02-21T21:18:31.000Z","dependencies_parsed_at":"2024-06-21T08:55:10.697Z","dependency_job_id":null,"html_url":"https://github.com/pascalallen/baetyl","commit_stats":{"total_commits":59,"total_committers":1,"mean_commits":59.0,"dds":0.0,"last_synced_commit":"69473852bcb88603f040c9601f581797aae565f6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pascalallen/baetyl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fbaetyl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fbaetyl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fbaetyl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fbaetyl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalallen","download_url":"https://codeload.github.com/pascalallen/baetyl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fbaetyl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adminer","docker","go","golang","kubernetes","mercure","postgres","react","sass","typescript"],"created_at":"2024-11-10T01:39:20.431Z","updated_at":"2026-04-11T10:33:33.283Z","avatar_url":"https://github.com/pascalallen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baetyl\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pascalallen/baetyl)\n[![Go Report Card](https://goreportcard.com/badge/github.com/pascalallen/baetyl)](https://goreportcard.com/report/github.com/pascalallen/baetyl)\n![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/pascalallen/baetyl/go.yml?branch=main)\n![GitHub](https://img.shields.io/github/license/pascalallen/baetyl)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/pascalallen/baetyl)\n\nA lightweight SDK for Go web development. Fork me. Preconfigured with:\n\n- Kubernetes (coming soon)\n- Docker\n- Postgres\n- Go\n- Adminer\n- React\n- TypeScript\n- Sass\n- Mercure (coming soon)\n- Command, and event bus (coming soon)\n- Models, database migrations, and seeders for User, SecurityToken, Role, and Permission\n\n## Prerequisites\n\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n## Development Environment Setup\n\n### Clone Repository\n\n```bash\ncd \u003cprojects-parent-directory\u003e \u0026\u0026 git clone https://github.com/pascalallen/baetyl.git\n```\n\n### Add Entry to `/etc/hosts` File\n\n```bash\n127.0.0.1       local.baetyl.com\n```\n\n### Copy \u0026 Modify `.env` File\n\n```bash\ncp .env.example .env\n```\n\n### Bring Up Environment\n\n```bash\nbin/up\n``` \n\nor (to watch for backend changes)\n\n```bash\nbin/watch\n```\n\nYou will find the site running at [http://local.baetyl.com/](http://local.baetyl.com/)\n\n### Install JavaScript Dependencies\n\n```bash\nbin/yarn ci\n```\n\n### Compile Assets For Development\n\n```bash\nbin/yarn dev\n```\n\n### Watch For Frontend Changes\n\n```bash\nbin/yarn watch\n```\n\n### Take Down Environment\n\n```bash\nbin/down\n```\n\n## Deploying To Kubernetes\n\n### Update Container Registry\n\n```bash\nbin/update-registry Dockerfile ghcr.io/pascalallen/baetyl\n```\n\n### Deploy To Kubernetes\n\n```bash\nkubectl apply -f etc/k8s/deployment.yaml\nkubectl apply -f etc/k8s/service.yaml\n```\n\n### Check Deployment Status\n\n```bash\nkubectl get deployments\n```\n\n### Check Service Status\n\n```bash\nkubectl get services\n```\n\n### Check All Resources\n\n```bash\nkubectl get all\n```\n\n### Follow Logs\n\n```bash\nkubectl logs -f baetyl-app\n```\n\n### Delete Kubernetes Resources\n\n```bash\nkubectl delete -f etc/k8s/deployment.yaml\nkubectl delete -f etc/k8s/service.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Fbaetyl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalallen%2Fbaetyl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Fbaetyl/lists"}