{"id":22959566,"url":"https://github.com/probe-lab/caracol","last_synced_at":"2026-02-21T04:03:37.009Z","repository":{"id":159797302,"uuid":"629558997","full_name":"probe-lab/caracol","owner":"probe-lab","description":"Caracol is a service for aggregating time series from external data systems.","archived":false,"fork":false,"pushed_at":"2025-03-28T13:06:13.000Z","size":68,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T16:48:32.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/probe-lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-04-18T14:55:24.000Z","updated_at":"2025-03-28T13:06:16.000Z","dependencies_parsed_at":"2024-03-21T15:59:33.979Z","dependency_job_id":"6937089a-29df-4497-933b-d12cbfedd0ce","html_url":"https://github.com/probe-lab/caracol","commit_stats":null,"previous_names":["probe-lab/caracol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/probe-lab/caracol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probe-lab%2Fcaracol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probe-lab%2Fcaracol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probe-lab%2Fcaracol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probe-lab%2Fcaracol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/probe-lab","download_url":"https://codeload.github.com/probe-lab/caracol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/probe-lab%2Fcaracol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29672776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-12-14T18:19:19.796Z","updated_at":"2026-02-21T04:03:36.984Z","avatar_url":"https://github.com/probe-lab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caracol\n\nCaracol is a service for aggregating time series from external data systems.\n\n## Database\n\n### Creating the database and initial users\n\nCreate a database and a user that has permissions to access it. \n\nThe following sql is an example that creates a database and a user called caracol:\n\n\t-- Create the database\n\tCREATE DATABASE caracol;\n\n\t-- Create the owner role\n\tCREATE ROLE caracol;\n\tGRANT caracol TO postgres;\n\n\tALTER DATABASE caracol OWNER TO caracol;\n\tGRANT ALL PRIVILEGES ON SCHEMA public TO caracol;\n\tGRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO caracol;\n\n\t-- The following is run substituting the passwords \n\t-- ALTER ROLE caracol WITH LOGIN PASSWORD '\u003creplace me\u003e';\n\tALTER ROLE caracol_ro WITH LOGIN PASSWORD '\u003creplace me\u003e';\n\n\n### Creating and updating the schema\n\n\nThis project uses [tern](https://github.com/jackc/tern) to manage the database schema.\n\nInstall using `go install github.com/jackc/tern/v2@latest`\n\nTo update the database to the latest schema run `tern migrate` in the `migrations` directory.\n\nSupply database details through environment variables or on the command line:\n\n\ttern migrate --conn-string postgres://user:password@hostname:5432/caracol?sslmode=disable\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobe-lab%2Fcaracol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprobe-lab%2Fcaracol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprobe-lab%2Fcaracol/lists"}