{"id":20173005,"url":"https://github.com/humansignal/label-studio-terraform","last_synced_at":"2025-03-03T04:41:34.432Z","repository":{"id":99283870,"uuid":"516041205","full_name":"HumanSignal/label-studio-terraform","owner":"HumanSignal","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-13T08:53:51.000Z","size":104,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-01-13T15:52:42.531Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/HumanSignal.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-20T15:42:34.000Z","updated_at":"2024-08-12T20:25:16.000Z","dependencies_parsed_at":"2025-01-13T15:46:20.529Z","dependency_job_id":"f7d9c8ad-594f-406e-8c3a-71f7940ef5c2","html_url":"https://github.com/HumanSignal/label-studio-terraform","commit_stats":null,"previous_names":["humansignal/label-studio-terraform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanSignal%2Flabel-studio-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanSignal%2Flabel-studio-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanSignal%2Flabel-studio-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanSignal%2Flabel-studio-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HumanSignal","download_url":"https://codeload.github.com/HumanSignal/label-studio-terraform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610977,"owners_count":19990505,"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":[],"created_at":"2024-11-14T01:33:07.307Z","updated_at":"2025-03-03T04:41:34.412Z","avatar_url":"https://github.com/HumanSignal.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[Website](https://labelstud.io/) • [Docs](https://labelstud.io/guide/) • [Twitter](https://twitter.com/labelstudiohq) • [Join Slack Community \u003cimg src=\"https://app.heartex.ai/docs/images/slack-mini.png\" width=\"18px\"/\u003e](https://slack.labelstud.io/?source=github-1)\n\n## Label Studio Terraform\nThe LabelStudio terraform module allows users to easily deploy a fully-featured instance of [Label Studio/Label Studio Enterprise](https://labelstud.io/) on multiple cloud providers, including AWS, Google Cloud (support in 2023) and Azure (support in late 2023).\n\nWith [Label Studio/Label Studio Enterprise](https://labelstud.io/), users can create custom labeling interfaces, manage the labeling process, and export labeled data for use in machine learning and other applications.\n\n## Introduction\nThe module provides a set of [pre-defined configuration examples](terraform/aws/examples) that can be easily customized to meet the needs of your project. It includes options for specifying the cloud provider, the region to deploy the Label Studio/Label Studio Enterprise instance, and various other parameters such as the number of replicas and 3rd party integrations.\n\nUsing the module, you can quickly set up a Label Studio/Label Studio Enterprise instance that is ready to use, without the need to manually configure and deploy the various components of the system. Whether you are a data scientist, machine learning engineer, or just someone who needs to create high-quality labeled data, the LabelStudio terraform module can help you get up and running quickly and easily on your preferred cloud provider.\n\n## Common prerequisites\n\n| NAME        | Version | \n|-------------|---------|\n| MacOS/Linux | any     |\n| Terraform   | 1.4.4   |\n| Helm        | 3.10.x  |\n| kubectl     | 1.24.x  |\n\n### How to install Terraform\n\nConsult the [Terraform documentation](https://developer.hashicorp.com/terraform/downloads) for specific instructions for your system.\n\n### How to install Helm\n\nConsult the [Helm documentation](https://helm.sh/docs/intro/install/) for specific instructions for your system.\n\n### How to install kubectl\n\nFollow the step from official Kubernetes documentation:\n- [Install kubectl on Linux](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)\n- [Install kubectl on macOS](https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/)\n\n\n## How to use Makefile \n* Terraform scripts stored in different folders. You have to specify your cloud provider to create resources.\n* List of supported providers: `aws`.\n\n| Command                                                         | Description                                  |\n|-----------------------------------------------------------------|----------------------------------------------|\n| `make help`                                                     | List all the available options to use        |\n| `make init \"provider=\u003cREPLACE_ME\u003e\" \"vars_file=\u003cREPLACE_ME\u003e\"`    | Initialize and configure Terraform backend   |\n| `make plan \"provider=\u003cREPLACE_ME\u003e\" \"vars_file=\u003cREPLACE_ME\u003e\"`    | Plan all Terraform resources                 |\n| `make apply \"provider=\u003cREPLACE_ME\u003e\" \"vars_file=\u003cREPLACE_ME\u003e\"`   | Create or update Terraform resources         |\n| `make destroy \"provider=\u003cREPLACE_ME\u003e\" \"vars_file=\u003cREPLACE_ME\u003e\"` | Destroy all Terraform resources              |\n| `make lint`                                                     | Check syntax of all scripts                  |\n| `make docs`                                                     | Generate documentation for terraform modules |\n\n\n## Cloud Providers\n\n### Provider AWS\n\nLink to [AWS Provider Documentation](./terraform/aws/README.md)\n\n## Seeking help\n\nIf you run into an issue, bug or have a question, please reach out to the Label Studio\ncommunity via [Label Studio Slack Community](https://slack.labelstud.io/).\n\n## License\n\nThis software is licensed under the [Apache 2.0 LICENSE](/LICENSE) © [Heartex](https://www.heartex.com/). 2020-2022\n\n\u003cimg src=\"https://user-images.githubusercontent.com/12534576/192582529-cf628f58-abc5-479b-a0d4-8a3542a4b35e.png\" title=\"Hey everyone!\" width=\"180\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansignal%2Flabel-studio-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumansignal%2Flabel-studio-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumansignal%2Flabel-studio-terraform/lists"}