Skip to content

availproject/cross-system-analytics

 
 

Repository files navigation

Nexus Analytics

Unified behavioral analytics for cross-system journeys. Crypto is our first market.

Repository Structure

/
├── core/          # MIT-destined. Generic platform.
│   ├── adapters/  # Ingestion adapters (EVM, GA4, PostHog)
│   ├── schemas/   # Canonical event schema + registry
│   ├── identity/  # Identity graph pipeline
│   ├── trajectory/# Trajectory query engine
│   └── ui/        # Headless components
├── avail/         # Proprietary. Avail-specific surfaces.
│   ├── nexus_cs/  # Integrator CS tool
│   ├── fastbridge/# Marketing analytics
│   └── gtm/       # Prospect scoring
└── commercial/    # Future enterprise tier.

Quick Start

# Start local infrastructure
docker-compose up -d

# Run tests
cd core && pytest

# Run weekly architectural guardrails
./ops/ci/weekly_arch_tests.sh

Product Plan

See PRODUCT_PLAN.md.

Engineering Plan

See ENGINEERING_PLAN.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 90.9%
  • TypeScript 7.2%
  • Shell 1.4%
  • Makefile 0.2%
  • CSS 0.1%
  • JavaScript 0.1%
  • Other 0.1%