{"id":37153986,"url":"https://github.com/smirl/steampipe-plugin-cortex","last_synced_at":"2026-01-14T18:08:03.423Z","repository":{"id":243843579,"uuid":"804248140","full_name":"Smirl/steampipe-plugin-cortex","owner":"Smirl","description":"A steampipe plugin for cortex.io","archived":false,"fork":false,"pushed_at":"2025-09-30T14:59:19.000Z","size":179,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T16:35:20.501Z","etag":null,"topics":["postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/smirl/cortex","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Smirl.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":"2024-05-22T08:30:29.000Z","updated_at":"2025-09-30T14:54:16.000Z","dependencies_parsed_at":"2024-06-11T13:42:02.927Z","dependency_job_id":"b60270bb-304b-4f90-a6da-1057ae17a277","html_url":"https://github.com/Smirl/steampipe-plugin-cortex","commit_stats":null,"previous_names":["smirl/steampipe-plugin-cortex"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Smirl/steampipe-plugin-cortex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smirl%2Fsteampipe-plugin-cortex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smirl%2Fsteampipe-plugin-cortex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smirl%2Fsteampipe-plugin-cortex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smirl%2Fsteampipe-plugin-cortex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Smirl","download_url":"https://codeload.github.com/Smirl/steampipe-plugin-cortex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Smirl%2Fsteampipe-plugin-cortex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28429661,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2026-01-14T18:08:02.934Z","updated_at":"2026-01-14T18:08:03.414Z","avatar_url":"https://github.com/Smirl.png","language":"Go","readme":"\u003c!-- Ensure this matches docs/index.md --\u003e\n# Cortex + Steampipe\n\n[![Coverage Status](https://coveralls.io/repos/github/Smirl/steampipe-plugin-cortex/badge.svg?branch=main)](https://coveralls.io/github/Smirl/steampipe-plugin-cortex?branch=main)\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Build](https://github.com/smirl/steampipe-plugin-cortex/actions/workflows/main.yaml/badge.svg)](https://github.com/Smirl/steampipe-plugin-cortex/actions/workflows/main.yaml)\n\n[Steampipe](https://steampipe.io) is an open-source zero-ETL engine to instantly\nquery cloud APIs using SQL.\n\n[Cortex](https://cortex.io/) is the Internal Developer Portal eliminating\n“developer tax” with paved paths to production. Create, catalog, score, and\ndrive action to continuously improve software.\n\nFor example:\n\n```sql\nselect \n  tag,\n  repository,\n  owner_teams\nfrom \n  cortex_entity \nwhere\n  type = 'service'\nlimit \n  10;\n```\n\n## Documentation\n\n- **[Table definitions \u0026 examples →](./docs/tables/)**\n\n## Get started\n\n### Install\n\nDownload and install the latest:\n\n```bash\nsteampipe plugin install smirl/cortex\n```\n\n### Credentials\n\nYou will need a Cortex API Token to authenticate with the API.\n\nhttps://docs.cortex.io/api/rest\n\n### Configuration\n\nThe configuration for the plugin is simple and requires just the API Token and\noptional base url if you use self hosted cortex.\n\nTo connection to different instances, simply use a token from that other hosted\ninstance.\n\nEnvironment variables can be used to override these configuration options.\n\n```hcl\nconnection \"cortex\" {\n    plugin    = \"smirl/cortex\"\n\n    # API key from cortex.io for your instance\n    # If the environment variable CORTEX_API_KEY is defined it will be overriden\n    # api_key = \"REPLACE_WITH_YOUR_CORTEX_API_KEY\"\n\n    # The BASE URL of your self hosted instance\n    # If the environment variable CORTEX_BASE_URL is defined it will be overriden\n    # base_url = \"https://app.cortex.mycompany.com\"\n}\n```\n\n## Get Involved\n\nOpen source: https://github.com/smirl/steampipe-plugin-cortex\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmirl%2Fsteampipe-plugin-cortex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmirl%2Fsteampipe-plugin-cortex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmirl%2Fsteampipe-plugin-cortex/lists"}