Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,261+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1228
    • Coding1045
    • Infrastructure455
    • Marketing414
    • Design374
    • Projects340
    • Analytics319
    • Research306
    • Testing200
    • Data171
    • Integration169
    • Security169
    • MCP164
    • Learning146
    • Communication131
    • Prompts122
    • Extensions120
    • Commerce116
    • Voice107
    • DevOps92
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. Pathway
    Pathway icon

    Pathway

    Data Processing

    Pathway is a Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG, powered by a scalable Rust engine.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Free to use for non-commercial and most commercial purposes under BSL 1.1 license. Includes at-least-once consistency.

    Pathway for Enterprise: Custom/contact

    Engagement

    Available On

    macOS
    Linux
    Web
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Data ProcessingRetrieval-Augmented GenerationLLM Orchestration

    Alternatives

    SemToolsCocoIndexCrawl4AI
    Developer
    PathwayPalo AltoEst. 2020$14.5M raised

    Listed May 2026

    About Pathway

    Pathway is a Python ETL framework that unifies batch and streaming data processing for real-time analytics, LLM pipelines, and RAG applications. It features an easy-to-use Python API backed by a high-performance Rust engine based on Differential Dataflow, enabling incremental computation with multithreading, multiprocessing, and distributed execution. The same Pathway code works seamlessly across local development, CI/CD tests, batch jobs, stream replays, and live data streams. Pathway can be deployed with Docker and Kubernetes and outperforms technologies like Flink, Spark, and Kafka Streaming.

    • Wide range of connectors: Connect to Kafka, GDrive, PostgreSQL, SharePoint, and 300+ sources via the Airbyte connector, or build custom connectors using the Python connector API.
    • Stateless and stateful transformations: Supports joins, windowing, sorting, and arbitrary Python functions or libraries for data transformation, with many operations implemented directly in Rust.
    • Persistence: Save pipeline state to enable restarts after updates or crashes, ensuring your pipelines remain resilient.
    • Consistency guarantees: Handles late and out-of-order data automatically; the free version provides "at least once" consistency, while the enterprise version offers "exactly once" consistency.
    • Scalable Rust engine: Bypass Python's performance limits with native multithreading, multiprocessing, and distributed computation support.
    • LLM helpers (LLM xpack): Includes LLM wrappers, parsers, embedders, splitters, an in-memory real-time Vector Index, and integrations with LlamaIndex and LangChain for building live RAG applications.
    • Real-time analytics pipelines: Build event-driven pipelines, alerting systems, and real-time ETL with a unified engine for both batch and streaming data.
    • Docker and Kubernetes deployment: Run Pathway locally, via Docker image, or scale to cloud deployments with Kubernetes; enterprise edition supports distributed Kubernetes with external persistence.
    • Monitoring dashboard: Built-in dashboard tracks message counts per connector and system latency, including log messages.
    • Install via pip: Run pip install -U pathway (requires Python 3.10+, available on macOS and Linux).
    Pathway - 1

    Community Discussions

    Be the first to start a conversation about Pathway

    Share your experience with Pathway, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (BSL 1.1)

    Free to use for non-commercial and most commercial purposes under BSL 1.1 license. Includes at-least-once consistency.

    • Full Python ETL framework
    • Stream and batch processing
    • Wide connector library
    • LLM xpack (wrappers, embedders, parsers, splitters)
    • In-memory real-time Vector Index

    Pathway for Enterprise

    Enterprise edition with exactly-once consistency, distributed Kubernetes deployment, external persistence, and cloud scaling.

    Custom
    contact sales
    • Exactly-once consistency
    • Distributed Kubernetes deployment
    • External persistence setup
    • Cloud scaling
    • End-to-end data processing
    • Real-time intelligent analytics
    View official pricing

    Capabilities

    Key Features

    • Stream processing
    • Batch processing
    • Real-time analytics
    • LLM pipelines
    • RAG (Retrieval-Augmented Generation)
    • Incremental computation
    • Stateful transformations (joins, windowing, sorting)
    • Persistence and crash recovery
    • At-least-once consistency (free)
    • Exactly-once consistency (enterprise)
    • Multithreading and multiprocessing
    • Distributed computation
    • Wide connector library (Kafka, GDrive, PostgreSQL, SharePoint, Airbyte)
    • Custom Python connectors
    • LLM wrappers, parsers, embedders, splitters
    • In-memory real-time Vector Index
    • LlamaIndex and LangChain integrations
    • Docker and Kubernetes deployment
    • Monitoring dashboard
    • Cookiecutter project template

    Integrations

    Kafka
    Google Drive
    PostgreSQL
    SharePoint
    Airbyte
    LangChain
    LlamaIndex
    Ollama
    Mistral AI
    GPT-4o
    MinIO
    Redpanda
    Databento
    PaddleOCR
    Docker
    Kubernetes
    Render
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate Pathway and help others make informed decisions.

    Developer

    Pathway Team

    Pathway builds a Python ETL framework for stream processing, real-time analytics, LLM pipelines, and RAG, powered by a high-performance Rust engine. The framework unifies batch and streaming data processing under a single Python API, enabling developers to build and deploy production-grade data pipelines without switching tools. Pathway integrates with leading AI frameworks like LangChain and LlamaIndex, and supports deployment via Docker and Kubernetes. The core codebase is licensed under BSL 1.1 and automatically converts to Apache 2.0 after four years.

    Founded 2020
    418 Florence Street
    $14.5M raised
    31 employees

    Used by

    NATO
    Intel
    Formula 1
    DB Schenker
    +3 more
    Read more about Pathway Team
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    SemTools icon

    SemTools

    A Python library by LlamaIndex for building semantic tools and structured data extraction pipelines using LLMs.

    CocoIndex icon

    CocoIndex

    An open-source incremental indexing framework that keeps AI agent context continuously fresh by reprocessing only changed data (delta), built with a Rust core and Python API.

    Crawl4AI icon

    Crawl4AI

    Open-source, LLM-friendly async web crawler and scraper designed for AI agents, RAG pipelines, and data extraction at scale.

    Browse all tools

    Related Topics

    Data Processing

    AI-enhanced ETL (Extract, Transform, Load) tools and data pipelines that automate the processing, cleaning, and transformation of large datasets with intelligent optimizations.

    91 tools

    Retrieval-Augmented Generation

    RAG Systems that enhance LLM outputs by retrieving relevant information from external knowledge bases, combining the power of generative AI with information retrieval for more accurate and contextual responses.

    64 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    109 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions