{"id":41737073,"url":"https://github.com/jonesrussell/north-cloud","last_synced_at":"2026-01-25T00:07:56.856Z","repository":{"id":330502525,"uuid":"1115658726","full_name":"jonesrussell/north-cloud","owner":"jonesrussell","description":"A full-stack content intelligence pipeline that crawls, classifies, and routes news articles in real time for downstream consumers.","archived":false,"fork":false,"pushed_at":"2026-01-11T00:24:37.000Z","size":8585,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T04:29:32.611Z","etag":null,"topics":["content","crawler","publisher"],"latest_commit_sha":null,"homepage":"https://northcloud.biz","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonesrussell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-13T09:38:30.000Z","updated_at":"2026-01-11T00:24:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jonesrussell/north-cloud","commit_stats":null,"previous_names":["jonesrussell/north-cloud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonesrussell/north-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesrussell%2Fnorth-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesrussell%2Fnorth-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesrussell%2Fnorth-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesrussell%2Fnorth-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonesrussell","download_url":"https://codeload.github.com/jonesrussell/north-cloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesrussell%2Fnorth-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"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":["content","crawler","publisher"],"created_at":"2026-01-25T00:07:52.080Z","updated_at":"2026-01-25T00:07:56.849Z","avatar_url":"https://github.com/jonesrussell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# North Cloud\n\nA microservices-based content pipeline for crawling, classifying, and distributing news articles.\n\n## Pipeline\n\n```\n┌─────────────────────────────────────────────────────────────────────────────┐\n│                           NORTH CLOUD PIPELINE                              │\n└─────────────────────────────────────────────────────────────────────────────┘\n\n  ┌──────────┐      ┌───────────────┐      ┌────────────┐      ┌───────────┐\n  │  Source  │      │               │      │            │      │           │\n  │  Manager │─────▶│    Crawler    │─────▶│ Classifier │─────▶│ Publisher │\n  │          │      │               │      │            │      │           │\n  └──────────┘      └───────────────┘      └────────────┘      └─────┬─────┘\n       │                    │                     │                   │\n       │                    ▼                     ▼                   ▼\n       │            ┌───────────────────────────────────┐      ┌───────────┐\n       │            │         ELASTICSEARCH             │      │   REDIS   │\n       │            │  ┌─────────────┐ ┌─────────────┐  │      │  Pub/Sub  │\n       │            │  │ raw_content │ │ classified  │  │      └─────┬─────┘\n       │            │  │   indexes   │ │   indexes   │  │            │\n       │            └──┴─────────────┴─┴─────────────┴──┘            │\n       │                                                             │\n       ▼                                                             ▼\n  ┌──────────┐                                          ┌────────────────────┐\n  │PostgreSQL│                                          │ EXTERNAL CONSUMERS │\n  │ (5 DBs)  │                                          │  Drupal, Laravel,  │\n  └──────────┘                                          │  Node.js, Python   │\n                                                        └────────────────────┘\n```\n\n## Services\n\n| Service | Port | Description |\n|---------|------|-------------|\n| **crawler** | 8060 | Web crawler with interval-based job scheduling |\n| **source-manager** | 8050 | Manage content sources and crawl configurations |\n| **classifier** | 8071 | Classify content with quality scores and topics |\n| **publisher** | 8070 | Route articles to Redis pub/sub channels |\n| **index-manager** | 8090 | Elasticsearch index management |\n| **search** | 8092 | Full-text search across classified content |\n| **auth** | 8040 | JWT authentication |\n| **dashboard** | 3002 | Unified management UI |\n\n## Quick Start\n\n```bash\n# 1. Clone and configure\ngit clone \u003crepository-url\u003e\ncd north-cloud\ncp .env.example .env\n\n# 2. Start development environment\ndocker compose -f docker-compose.base.yml -f docker-compose.dev.yml up -d\n\n# 3. Access the dashboard\nopen http://localhost:3002\n```\n\n## Development\n\n```bash\n# Start dev environment\ndocker compose -f docker-compose.base.yml -f docker-compose.dev.yml up -d\n\n# View logs\ndocker compose -f docker-compose.base.yml -f docker-compose.dev.yml logs -f\n\n# Stop\ndocker compose -f docker-compose.base.yml -f docker-compose.dev.yml down\n```\n\n## Production\n\n```bash\n# Build and start\ndocker compose -f docker-compose.base.yml -f docker-compose.prod.yml up -d --build\n\n# Stop\ndocker compose -f docker-compose.base.yml -f docker-compose.prod.yml down\n```\n\n## Environment Variables\n\nKey variables (see `.env.example` for full list):\n\n```bash\n# Authentication (required)\nAUTH_USERNAME=admin\nAUTH_PASSWORD=your-password\nAUTH_JWT_SECRET=$(openssl rand -hex 32)\n\n# Debug mode\nAPP_DEBUG=true  # false in production\n```\n\n## Documentation\n\n- **CLAUDE.md** - Comprehensive architecture guide\n- **DOCKER.md** - Docker reference\n- **Service READMEs** - Individual service docs in each directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonesrussell%2Fnorth-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonesrussell%2Fnorth-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonesrussell%2Fnorth-cloud/lists"}