{"id":18995665,"url":"https://github.com/turbot/flowpipe-mod-reallyfreegeoip","last_synced_at":"2026-02-02T02:03:53.743Z","repository":{"id":212319077,"uuid":"713786735","full_name":"turbot/flowpipe-mod-reallyfreegeoip","owner":"turbot","description":"Really Free Geo IP pipeline library for the Flowpipe cloud scripting engine. Automation and workflows to connect Really Free Geo IP to the people, systems and data that matters.","archived":false,"fork":false,"pushed_at":"2024-10-22T12:38:58.000Z","size":199,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-01-01T16:24:49.248Z","etag":null,"topics":["automation","cloud","devops","flowpipe","flowpipe-mod","hacktoberfest","integrations","low-code","orchestration","pipelines","reallyfreegeoip","security","workflow","workflow-automation","workflow-engine"],"latest_commit_sha":null,"homepage":"https://hub.flowpipe.io/mods/turbot/reallyfreegeoip","language":"HCL","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/turbot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-11-03T08:30:49.000Z","updated_at":"2024-10-22T12:30:37.000Z","dependencies_parsed_at":"2023-12-13T17:00:32.032Z","dependency_job_id":"b33931e9-f8e6-4387-b9b3-597662a3db96","html_url":"https://github.com/turbot/flowpipe-mod-reallyfreegeoip","commit_stats":null,"previous_names":["turbot/flowpipe-mod-reallyfreegeoip"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fflowpipe-mod-reallyfreegeoip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fflowpipe-mod-reallyfreegeoip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fflowpipe-mod-reallyfreegeoip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fflowpipe-mod-reallyfreegeoip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/flowpipe-mod-reallyfreegeoip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240010509,"owners_count":19733514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automation","cloud","devops","flowpipe","flowpipe-mod","hacktoberfest","integrations","low-code","orchestration","pipelines","reallyfreegeoip","security","workflow","workflow-automation","workflow-engine"],"created_at":"2024-11-08T17:32:17.938Z","updated_at":"2026-02-02T02:03:53.734Z","avatar_url":"https://github.com/turbot.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Really Free GEO IP Mod for Flowpipe\n\nReally Free GEO IP pipeline library of [Flowpipe](https://flowpipe.io) enabling seamless integration of Really Free GEO IP services into your workflows.\n\n## Documentation\n\n- **[Pipelines →](https://hub.flowpipe.io/mods/turbot/reallyfreegeoip/pipelines)**\n\n## Getting started\n\n### Installation\n\nDownload and install Flowpipe (https://flowpipe.io/downloads). Or use Brew:\n\n```sh\nbrew tap turbot/tap\nbrew install flowpipe\n```\n\n### Credentials\n\nNo credentials are required.\n\n### Usage\n\n[Initialize a mod](https://flowpipe.io/docs/build/index#initializing-a-mod):\n\n```sh\nmkdir my_mod\ncd my_mod\nflowpipe mod init\n```\n\n[Install the Really Free GEO IP mod](https://flowpipe.io/docs/build/mod-dependencies#mod-dependencies) as a dependency:\n\n```sh\nflowpipe mod install github.com/turbot/flowpipe-mod-reallyfreegeoip\n```\n\n[Use the dependency](https://flowpipe.io/docs/build/write-pipelines/index) in a pipeline step:\n\n```sh\nvi my_pipeline.fp\n```\n\n```hcl\npipeline \"my_pipeline\" {\n\n  step \"pipeline\" \"get_ip_geolocation\" {\n    pipeline = reallyfreegeoip.pipeline.get_ip_geolocation\n    args = {\n      ip_address = \"76.76.21.21\"\n    }\n  }\n}\n```\n\n[Run the pipeline](https://flowpipe.io/docs/run/pipelines):\n\n```sh\nflowpipe pipeline run my_pipeline\n```\n\n### Developing\n\nClone:\n\n```sh\ngit clone https://github.com/turbot/flowpipe-mod-reallyfreegeoip.git\ncd flowpipe-mod-reallyfreegeoip\n```\n\nList pipelines:\n\n```sh\nflowpipe pipeline list\n```\n\nRun a pipeline:\n\n```sh\nflowpipe pipeline run get_ip_geolocation --arg ip_address='76.76.21.21'\n```\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!\n\n[Flowpipe](https://flowpipe.io) is a product produced from this open source software, exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).\n\n## Get Involved\n\n**[Join #flowpipe on Slack →](https://flowpipe.io/community/join)**\n\nWant to help but not sure where to start? Pick up one of the `help wanted` issues:\n\n- [Flowpipe](https://github.com/turbot/flowpipe/labels/help%20wanted)\n- [Really Free GEO IP Library Mod](https://github.com/turbot/flowpipe-mod-reallyfreegeoip/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fflowpipe-mod-reallyfreegeoip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fflowpipe-mod-reallyfreegeoip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fflowpipe-mod-reallyfreegeoip/lists"}