{"id":36478976,"url":"https://github.com/patricksferraz/pinned-place","last_synced_at":"2026-01-12T01:00:06.367Z","repository":{"id":292179036,"uuid":"458976842","full_name":"patricksferraz/pinned-place","owner":"patricksferraz","description":"A modern, scalable location-based service built with Go. Features RESTful API, PostgreSQL, Kafka, and Kubernetes support. Perfect for handling location data with high reliability and performance.","archived":false,"fork":false,"pushed_at":"2025-05-08T14:06:51.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T09:35:50.778Z","etag":null,"topics":["api","backend","clean-architecture","cloud-native","database","devops","distributed-systems","docker","event-driven","go","golang","high-performance","infrastructure-as-code","kafka","kubernetes","location-service","microservices","postgresql","rest-api","scalable"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/patricksferraz.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":"2022-02-14T01:20:43.000Z","updated_at":"2025-05-08T14:08:19.000Z","dependencies_parsed_at":"2025-05-08T15:33:43.527Z","dependency_job_id":null,"html_url":"https://github.com/patricksferraz/pinned-place","commit_stats":null,"previous_names":["patricksferraz/pinned-place"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patricksferraz/pinned-place","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricksferraz%2Fpinned-place","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricksferraz%2Fpinned-place/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricksferraz%2Fpinned-place/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricksferraz%2Fpinned-place/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patricksferraz","download_url":"https://codeload.github.com/patricksferraz/pinned-place/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patricksferraz%2Fpinned-place/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28330142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"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":["api","backend","clean-architecture","cloud-native","database","devops","distributed-systems","docker","event-driven","go","golang","high-performance","infrastructure-as-code","kafka","kubernetes","location-service","microservices","postgresql","rest-api","scalable"],"created_at":"2026-01-12T01:00:05.585Z","updated_at":"2026-01-12T01:00:06.362Z","avatar_url":"https://github.com/patricksferraz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pinned Place 🎯\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/patricksferraz/pinned-place)](https://goreportcard.com/report/github.com/patricksferraz/pinned-place)\n[![GoDoc](https://godoc.org/github.com/patricksferraz/pinned-place?status.svg)](https://godoc.org/github.com/patricksferraz/pinned-place)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA modern, scalable location-based service built with Go, designed to handle location data efficiently and reliably.\n\n## 🌟 Features\n\n- RESTful API for location management\n- PostgreSQL database for reliable data storage\n- Kafka integration for event streaming\n- Docker and Kubernetes support for easy deployment\n- Hot-reload development environment with Air\n- Comprehensive database migrations\n- Admin interface for database management\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Go 1.18+\n- Docker and Docker Compose\n- Make (optional, but recommended)\n\n### Environment Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/patricksferraz/pinned-place.git\ncd pinned-place\n```\n\n2. Copy the example environment file and configure it:\n```bash\ncp .env.example .env\n```\n\n3. Start the services using Docker Compose:\n```bash\ndocker-compose up -d\n```\n\n### Development\n\nThe project uses Air for hot-reloading during development. To start the development server:\n\n```bash\nmake dev\n```\n\n## 🏗️ Project Structure\n\n```\n.\n├── app/          # Application layer\n├── cmd/          # Command-line interface\n├── domain/       # Domain models and business logic\n├── infra/        # Infrastructure implementations\n├── k8s/          # Kubernetes configurations\n└── utils/        # Utility functions and helpers\n```\n\n## 🛠️ Technology Stack\n\n- **Language**: Go\n- **Database**: PostgreSQL\n- **Message Broker**: Kafka\n- **Containerization**: Docker\n- **Orchestration**: Kubernetes\n- **Development**: Air (hot-reload)\n- **Database Admin**: Adminer\n\n## 📚 API Documentation\n\nThe API documentation is available at `/swagger` when running the application.\n\n## 🔧 Configuration\n\nThe application can be configured through environment variables:\n\n- `REST_PORT`: Port for the REST API\n- `POSTGRES_*`: PostgreSQL configuration\n- `KAFKA_*`: Kafka configuration\n- `DSN_*`: Data Source Name configuration\n\nSee `.env.example` for all available configuration options.\n\n## 🧪 Testing\n\nRun the test suite:\n\n```bash\nmake test\n```\n\n## 📦 Deployment\n\n### Docker\n\nBuild and run using Docker:\n\n```bash\nmake docker-build\nmake docker-run\n```\n\n### Kubernetes\n\nDeploy to Kubernetes:\n\n```bash\nkubectl apply -f k8s/\n```\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👥 Authors\n\n- **Patrick Ferraz** - *Initial work*\n\n## 🙏 Acknowledgments\n\n- Thanks to all contributors who have helped shape this project\n- Inspired by modern microservices architecture\n- Built with best practices in mind\n\n---\n\n⭐ Star this repository if you find it useful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricksferraz%2Fpinned-place","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatricksferraz%2Fpinned-place","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatricksferraz%2Fpinned-place/lists"}