Skip to content

Releases: CytrexSGR/news-microservices

v1.0.0 — Initial Open Source Release

05 Apr 11:35

Choose a tag to compare

News MCP v1.0.0

First public release of the modular news intelligence platform.

Features

  • 34 Microservices — auth, feed, content analysis, entity canonicalization, knowledge graph, research, OSINT, notifications, search, analytics, scheduler, scraping, intelligence, narrative, clustering, geolocation, MCP servers, and more
  • ML Pipeline — Multi-LLM content analysis (OpenAI/Anthropic/Ollama), sentiment, entities, topics
  • Knowledge Graph — Neo4j-backed entity relationships with RabbitMQ ingestion
  • Entity Canonicalization — 5-stage dedup pipeline with fuzzy/semantic matching + Wikidata
  • OSINT Monitoring — 50+ investigation templates, anomaly detection
  • React Frontend — Knowledge graph admin, trading dashboard, entity management
  • Event-Driven — RabbitMQ backbone, Celery workers

Tech Stack

Python 3.11+ / FastAPI / PostgreSQL / Neo4j / Redis / RabbitMQ / React 18 / Vite / Docker Compose / Kubernetes

Getting Started

git clone https://github.com/CytrexSGR/news-microservices.git
cd news-microservices
cp .env.example .env
docker compose up --build

License

MIT