LogoLogo
Package RegistryThe Graph
  • Introduction
  • Getting Started
  • Tutorials
    • Generate Your First Substreams
      • on EVM
      • on Solana
        • Transactions & Instructions
        • Account Changes
      • on TRON
      • on Injective
      • on MANTRA
      • on Starknet
      • on Stellar
  • How-To Guides
    • Developing Substreams (Deep Dive)
      • on EVM
        • Exploring Ethereum
          • Mapping Blocks
          • Filter Transactions
          • Retrieve Events of a Smart Contract
        • Making eth_calls
      • on Solana
        • Explore Solana
          • Filter Instructions
          • Filter Transactions
        • SPL Token Tracker
        • NFT Trades
        • DEX Trades
        • From Yellowstone to Substreams
      • on Cosmos
        • Injective
          • Simple Substreams Example
          • Foundational Modules
    • Install Substreams CLI
      • Substreams CLI Authentication
    • Using a Substreams Sink
      • Substreams:SQL
        • Using Relational Mappings
        • Using Database Changes
      • Substreams:Stream
        • JavaScript
        • Go
      • Substreams:PubSub
      • Files
      • Community Sinks
        • MongoDB
        • Key-Value Store
        • Prometheus
    • Publishing a Substreams Package
    • Getting Started Using Rust and Protobuf
      • Rust
        • Option struct
        • Result struct
      • Protobuf Schemas
  • Reference Material
    • Chains and endpoints
      • Ethereum Data Model
    • Never Miss Data
    • Development Container Reference
    • Substreams CLI
    • Substreams Components
      • Packages
      • Modules
        • Module types
        • Inputs
        • Output
        • Module handlers
        • Module handler creation
        • Indexes
        • Keys in stores
        • Dynamic data sources
        • Aggregation Windows
        • Parameterized Modules
      • Manifests Reference
    • Substreams Architecture
    • Substreams:SQL
      • Sink Config
      • DSN Reference
      • Reorg Handling
    • Indexer Reference
      • Test Substreams Locally
    • Logging, Debugging & Testing
    • Change log
    • FAQ
  • Decentralized Indexing
    • What is The Graph?
Powered by GitBook
On this page
Edit on GitHub
  1. How-To Guides
  2. Using a Substreams Sink
  3. Community Sinks

MongoDB

PreviousCommunity SinksNextKey-Value Store

Last updated 1 year ago

Was this helpful?

CtrlK

Was this helpful?

It is possible to send Substreams data to MongoDB. See the GitHub repository for an early version of the MongoDB Substreams Sink:

  • https://github.com/streamingfast/substreams-sink-mongodb