Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
MohsenNz committed Feb 2, 2025
1 parent de147a8 commit b3ee241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/intro/use-cases/big-data-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ databases, communication channels, job queues, and federated big data capabiliti
Jungo Data3 runs different types of nodes that collaborate to provide a robust
blockchain big data layer:

- RPC Nodes – Provide P2P and decentralized RPC services, eliminating
- **RPC Nodes** – Provide P2P and decentralized RPC services, eliminating
single points of failure in blockchain RPCs.
- Blockchain Indexer Nodes – Extract data from RPC nodes and index blockchain transactions,
- **Blockchain Indexer Nodes** – Extract data from RPC nodes and index blockchain transactions,
smart contract events, and more, making them searchable.
- DApp Indexer Nodes – Allow projects to build and query custom databases tailored to
- **DApp Indexer Nodes** – Allow projects to build and query custom databases tailored to
their DApp and protocol needs.
- Multichain Indexer Nodes – Enable multichain DApps to aggregate and analyze data from
- **Multichain Indexer Nodes** – Enable multichain DApps to aggregate and analyze data from
multiple blockchains.
- Web3 Lambda Services & Pipelines – Combine on-chain and real-world data, allowing DApps to
- **Web3 Lambda Services & Pipelines** – Combine on-chain and real-world data, allowing DApps to
build custom databases and microservices without needing separate infrastructure.

## Conclusion
Expand Down

0 comments on commit b3ee241

Please sign in to comment.