{"id":44238075,"url":"https://github.com/ooemperor/go-db-etl","last_synced_at":"2026-02-10T10:21:48.363Z","repository":{"id":288621668,"uuid":"968698364","full_name":"ooemperor/go-db-etl","owner":"ooemperor","description":"Tool for fetching data from mutliple sources and insert into a single target database with history","archived":false,"fork":false,"pushed_at":"2025-12-15T16:41:29.000Z","size":17017,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T22:46:52.343Z","etag":null,"topics":["csv","elt","elt-pipeline","etl","go","golang","json","mssql","mysql","postgres","psql","sql-server"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ooemperor.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-18T15:06:48.000Z","updated_at":"2025-12-15T16:43:48.000Z","dependencies_parsed_at":"2025-08-04T19:25:59.276Z","dependency_job_id":"89090fb7-36b0-4443-87e5-6bd716091b65","html_url":"https://github.com/ooemperor/go-db-etl","commit_stats":null,"previous_names":["ooemperor/go-db-etl"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ooemperor/go-db-etl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooemperor%2Fgo-db-etl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooemperor%2Fgo-db-etl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooemperor%2Fgo-db-etl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooemperor%2Fgo-db-etl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ooemperor","download_url":"https://codeload.github.com/ooemperor/go-db-etl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooemperor%2Fgo-db-etl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29297105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T09:11:24.369Z","status":"ssl_error","status_checked_at":"2026-02-10T09:10:47.789Z","response_time":65,"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":["csv","elt","elt-pipeline","etl","go","golang","json","mssql","mysql","postgres","psql","sql-server"],"created_at":"2026-02-10T10:21:47.711Z","updated_at":"2026-02-10T10:21:48.354Z","avatar_url":"https://github.com/ooemperor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-db-etl\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GoDoc](https://godoc.org/github.com/ooemperor/go-etl?status.svg)](https://pkg.go.dev/github.com/ooemperor/go-db-etl@v1.0.0)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ooemperor/go-db-etl)](https://goreportcard.com/report/github.com/ooemperor/go-db-etl)\n[![GitHub release](https://img.shields.io/github/tag/ooemperor/go-db-etl.svg?label=release)](https://github.com/ooemperor/go-db-etl/releases)\n[![GitHub release date](https://img.shields.io/github/release-date/ooemperor/go-db-etl.svg)](https://github.com/ooemperor/go-db-etl/releases)\n\n\n## Actions\n[![CI](https://github.com/ooemperor/go-db-etl/actions/workflows/docker_build.yml/badge.svg)](https://github.com/ooemperor/go-db-etl/actions/workflows/docker_build.yml)\n[![CI](https://github.com/ooemperor/go-db-etl/actions/workflows/go_test.yml/badge.svg)](https://github.com/ooemperor/go-db-etl/actions/workflows/go_test.yml)\n[![CI](https://github.com/ooemperor/go-db-etl/actions/workflows/docker_build_publish_main.yml/badge.svg)](https://github.com/ooemperor/go-db-etl/actions/workflows/docker_build_publish_main.yml)\n[![CI](https://github.com/ooemperor/go-db-etl/actions/workflows/docker_build_publish_development.yml/badge.svg)](https://github.com/ooemperor/go-db-etl/actions/workflows/docker_build_publish_development.yml)\n\n\n\nPrivate repo for CI/CD orchestrations.\n\n## Description\n\ngo-db-etl is intended to be a handy tool for loading data out of mutliple data sources and insert into another data source. This may include targets such as Data Warehouses.  \nFurther more it will build a history of the data loads in a so called raw data vault. (rdv). \nThe load history has been inspired by \n\n\nThe plan is to support multiple types of source systems such as: \n- files\n  - json\n  - csv\n- mysql\n  - mariadb\n  - innodb\n- postgresql\n- MSSQL\n- neo4j\n  - via JSON export\n\n\n## Docker\n### Images\nDocker images are pubished on the github container registry:\n- Main branch: `ghcr.io/ooemperor/go-db-etl:main`\n- Development branch: `ghcr.io/ooemperor/go-db-etl:development`\n\n### Compose\nIf you want to build and run via docker compose you can use the following command:\n```sh\ndocker compose -f .\\build\\docker-compose.yml up --build -d\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooemperor%2Fgo-db-etl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fooemperor%2Fgo-db-etl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooemperor%2Fgo-db-etl/lists"}