Skip to content

Latest commit

 

History

History
207 lines (147 loc) · 8.06 KB

File metadata and controls

207 lines (147 loc) · 8.06 KB

Cryptofeed Documentation

Welcome to the Cryptofeed documentation. This guide will help you navigate all available documentation.

Quick Navigation

For Users Getting Started

  • Core Documentation - Essential guides for using Cryptofeed
    • Configuration, data types, callbacks, authentication channels, performance tuning

For Developers Integrating

For Operations & Deployment

For Data & Schema

For Analysis & Research

  • Technical Analysis - Architectural analysis, exploration reports, and research findings
  • Archive - Completed execution reports and historical documentation

For Testing

For Benchmarks


Documentation Organization

docs/
├── core/                 # User-facing documentation
├── architecture/         # System design and patterns
├── exchanges/           # Exchange integration guides
├── kafka/               # Kafka operations
├── proxy/               # Proxy system documentation
├── schemas/             # Data schema and protobuf docs
├── consumers/           # Consumer integration guides
├── monitoring/          # Monitoring and alerting
├── operations/          # Operational runbooks
├── testing/             # Testing documentation
├── benchmarks/          # Performance benchmarks
├── investigations/      # Technical investigations
├── analysis/            # Research and analysis
├── specs/               # Specifications
└── archive/             # Historical reports

Finding What You Need

"How do I..."

Task Location
Configure Cryptofeed? Configuration Guide
Connect to an exchange? Exchange Integration
Set up Kafka? Kafka Documentation
Use HTTP proxies? Proxy Guide
Build a consumer? Consumer Integration
Understand the data flow? Architecture: Data Flow
Migrate from CCXT? Consumer Migration Guide
View performance metrics? Kafka Performance Tuning
Set up monitoring? Monitoring Guide
Add a new exchange? Exchange Integration

Core User Documentation


Enterprise Features


Specifications & Development

Specification Status

Key Specifications


Exchange Integration


Operations & Deployment

Kafka Operations

Operations & Migrations

Monitoring


Consumer Development


Testing & Quality


Analysis & Research

Technical Analysis

Historical Reports


Technical Investigations


Performance Benchmarks


Contributing to Documentation

Documentation should follow these guidelines:

  1. Core Documentation (core/) - User-facing guides and how-tos
  2. Architecture (architecture/) - System design and technical decisions
  3. Analysis (analysis/) - Research, exploration, and validation reports
  4. Archive (archive/) - Completed work and historical reports

For more information, see CONTRIBUTING.md.


External Resources


Last updated: November 14, 2025