{"id":33604205,"url":"https://github.com/dream-horizon-org/logwise","last_synced_at":"2026-01-21T10:04:34.321Z","repository":{"id":326342219,"uuid":"1084840915","full_name":"dream-horizon-org/logwise","owner":"dream-horizon-org","description":"Open-source, cost-effective end-to-end logging system featuring full architecture, deployment automation, dashboards, and production-ready scaling guides","archived":false,"fork":false,"pushed_at":"2026-01-20T13:36:34.000Z","size":2606,"stargazers_count":85,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T19:11:06.362Z","etag":null,"topics":["log-centralization","logging","logwise","open-source"],"latest_commit_sha":null,"homepage":"https://dream-horizon-org.github.io/logwise/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dream-horizon-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-28T08:32:49.000Z","updated_at":"2026-01-14T08:36:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dream-horizon-org/logwise","commit_stats":null,"previous_names":["ds-horizon/logwise","dream-horizon-org/logwise"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dream-horizon-org/logwise","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dream-horizon-org%2Flogwise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dream-horizon-org%2Flogwise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dream-horizon-org%2Flogwise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dream-horizon-org%2Flogwise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dream-horizon-org","download_url":"https://codeload.github.com/dream-horizon-org/logwise/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dream-horizon-org%2Flogwise/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"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":["log-centralization","logging","logwise","open-source"],"created_at":"2025-11-30T13:00:33.519Z","updated_at":"2026-01-21T10:04:34.316Z","avatar_url":"https://github.com/dream-horizon-org.png","language":"Java","funding_links":[],"categories":["日志库"],"sub_categories":["Spring Cloud框架"],"readme":"# LogWise\n\nOpen-source end-to-end logging system for high-volume log processing. Streams logs from Vector → Kafka → Spark → S3/Athena, with Grafana dashboards and automated orchestration.\n\n## 📚 Documentation\n\nFull documentation is available at: **[https://dream-horizon-org.github.io/logwise/](https://dream-horizon-org.github.io/logwise/)**\n\n## 🚀 Quick Start\n\n### Docker Setup (Recommended)\n\n1. **Complete S3 \u0026 Athena Setup** (required first step):\n   - Follow the [S3 \u0026 Athena Setup Guide](https://dream-horizon-org.github.io/logwise/setup-guides/self-host/s3-athena-setup)\n\n2. **Run the setup script**:\n   ```bash\n   cd deploy\n   ./setup.sh\n   ```\n\n3. **Access services**:\n   - Grafana: `http://localhost:3000` (admin/admin)\n   - Spark Master UI: `http://localhost:18080`\n   - Orchestrator: `http://localhost:8080`\n\nFor detailed instructions, see the [Docker Setup Guide](https://dream-horizon-org.github.io/logwise/setup-guides/docker/).\n\n### Quick Links\n- **[Docker Setup](https://dream-horizon-org.github.io/logwise/setup-guides/docker/)** - One-click Docker deployment\n- **[Architecture Overview](https://dream-horizon-org.github.io/logwise/architecture-overview)** - System design and flow\n- **[Component Guides](https://dream-horizon-org.github.io/logwise/components/vector)** - Detailed component documentation\n- **[Self-Host Setup](https://dream-horizon-org.github.io/logwise/setup-guides/self-host/)** - Manual component setup\n\n## 📁 Project Structure\n\n```\nlogwise/\n├── deploy/              # Docker deployment configuration\n├── vector/              # Vector log collection config\n├── spark/               # Spark streaming application\n├── orchestrator/        # Spring Boot orchestrator service\n└── docs/                # Documentation\n```\n\n## ✨ Features\n\n- **High-throughput** log processing with Kafka streaming\n- **Real-time dashboards** with Grafana integration\n- **Scalable architecture** with Spark stream processing\n- **Cost-efficient storage** using S3 and Athena\n- **Production-ready** with automated orchestration\n- **Docker support** for easy deployment\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n## 📄 License\n\nThis project is licensed under the LGPL-3 License. See the [LICENSE](LICENSE) file for details.\n\n## 📧 Contact\n\nFor questions or support, please open an issue or contact the maintainers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdream-horizon-org%2Flogwise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdream-horizon-org%2Flogwise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdream-horizon-org%2Flogwise/lists"}