{"id":27457671,"url":"https://github.com/aaqibraina/squidops","last_synced_at":"2026-04-05T23:31:03.675Z","repository":{"id":288023210,"uuid":"966549631","full_name":"AaqibRaina/SquidOps","owner":"AaqibRaina","description":"SquidOps: Deploy Subsquid Indexers at Scale with Ease.","archived":false,"fork":false,"pushed_at":"2025-06-11T11:46:49.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T12:44:42.228Z","etag":null,"topics":["aws","blockchain","docker","ecs","evm","graphql","indexer","postgresql","serverless","squid","subsquid","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":false,"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/AaqibRaina.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}},"created_at":"2025-04-15T05:12:12.000Z","updated_at":"2025-06-11T11:46:52.000Z","dependencies_parsed_at":"2025-04-29T22:23:51.990Z","dependency_job_id":"4340980e-390a-432c-a7ac-4284bba21cb5","html_url":"https://github.com/AaqibRaina/SquidOps","commit_stats":null,"previous_names":["aaqibraina/squidops"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaqibRaina%2FSquidOps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaqibRaina%2FSquidOps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaqibRaina%2FSquidOps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaqibRaina%2FSquidOps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AaqibRaina","download_url":"https://codeload.github.com/AaqibRaina/SquidOps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AaqibRaina%2FSquidOps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259274267,"owners_count":22832493,"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":["aws","blockchain","docker","ecs","evm","graphql","indexer","postgresql","serverless","squid","subsquid","terraform"],"created_at":"2025-04-15T19:48:07.747Z","updated_at":"2025-12-30T22:38:21.526Z","avatar_url":"https://github.com/AaqibRaina.png","language":"HCL","readme":"# 🚀 SquidOps: Deploy Subsquid Indexers at Scale with Ease\n\n![SquidOps Logo](https://example.com/logo.png) \u003c!-- Replace with actual logo URL --\u003e\n\nWelcome to **SquidOps**, your go-to solution for deploying Subsquid indexers efficiently and at scale. This repository provides tools and configurations to help you set up and manage indexers seamlessly. Whether you are a developer, DevOps engineer, or blockchain enthusiast, SquidOps simplifies the deployment process, allowing you to focus on building great applications.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Topics](#topics)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Releases](#releases)\n\n## Features\n\n- **Scalability**: Deploy multiple indexers easily.\n- **Serverless Architecture**: Leverage AWS services for a cost-effective solution.\n- **Docker Support**: Use containers for consistent environments.\n- **EVM Compatibility**: Work with Ethereum and other EVM-based chains.\n- **GraphQL Integration**: Fetch data efficiently using GraphQL queries.\n- **PostgreSQL Support**: Store and manage your data effectively.\n- **Terraform Automation**: Automate your infrastructure deployment.\n\n## Getting Started\n\nTo get started with SquidOps, follow these steps:\n\n1. Clone the repository.\n2. Install the required dependencies.\n3. Configure your environment.\n4. Deploy your indexers.\n\n## Installation\n\nTo install SquidOps, you need to have Docker and Terraform installed on your machine. Follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/AaqibRaina/SquidOps.git\n   cd SquidOps\n   ```\n\n2. **Build the Docker images**:\n   ```bash\n   docker-compose build\n   ```\n\n3. **Run the services**:\n   ```bash\n   docker-compose up\n   ```\n\n4. **Configure your environment**:\n   Update the `.env` file with your AWS credentials and database settings.\n\n5. **Deploy with Terraform**:\n   ```bash\n   terraform init\n   terraform apply\n   ```\n\n## Usage\n\nOnce you have everything set up, you can start using SquidOps to deploy your indexers. Here’s a simple example:\n\n1. Create a new indexer configuration file.\n2. Use the provided Docker container to run your indexer.\n3. Access your indexer via the GraphQL endpoint.\n\nFor more detailed usage instructions, please refer to the [documentation](https://github.com/AaqibRaina/SquidOps/wiki).\n\n## Topics\n\nThis repository covers a variety of topics related to modern application deployment:\n\n- **AWS**: Utilize Amazon Web Services for cloud computing.\n- **Blockchain**: Interact with decentralized networks.\n- **Docker**: Containerize your applications for easier deployment.\n- **ECS**: Use Amazon Elastic Container Service for managing containers.\n- **EVM**: Work with Ethereum Virtual Machine.\n- **GraphQL**: Implement efficient data fetching.\n- **Indexer**: Manage data indexing efficiently.\n- **PostgreSQL**: Use a powerful relational database.\n- **Serverless**: Build applications without managing servers.\n- **Squid**: Utilize Subsquid for blockchain data indexing.\n- **Terraform**: Automate infrastructure management.\n\n## Contributing\n\nWe welcome contributions from the community. If you would like to contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature/YourFeature`).\n6. Open a pull request.\n\nPlease ensure your code adheres to the existing style and includes tests where applicable.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or feedback, feel free to reach out:\n\n- **Author**: Aaqib Raina\n- **Email**: aaqibraina@example.com\n- **Twitter**: [@AaqibRaina](https://twitter.com/AaqibRaina)\n\n## Releases\n\nTo download the latest release, visit our [Releases](https://github.com/AaqibRaina/SquidOps/releases) section. Make sure to download and execute the necessary files for your setup.\n\nYou can also check the [Releases](https://github.com/AaqibRaina/SquidOps/releases) section for updates and new features.\n\n![Deploy](https://img.shields.io/badge/Deploy%20Now-brightgreen)  \n\n---\n\nThank you for choosing SquidOps! We hope it makes your indexer deployment process smooth and efficient. Happy coding!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaqibraina%2Fsquidops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaqibraina%2Fsquidops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaqibraina%2Fsquidops/lists"}