Work with Data
Core data manipulation and processing capabilities in Apache Ignite 3.
In This Section
Table API
Key-value and record-based operations using the Table API for direct data access.
Transactions
ACID transactions with MVCC support for consistent data operations across the cluster.
Data Streaming
High-throughput data ingestion using the streaming API for bulk data loading.
Compute
Distributed computing with colocated processing for efficient data-local operations.
Serialization
Custom object serialization for efficient data transfer and storage.
Code Deployment
Deploy custom code units to cluster nodes for distributed execution.
Events
React to cluster events and data changes with the events API.
Events List
Complete reference of all available event types and their parameters.
Java to Tables
Create and manage tables programmatically from Java code.
Java Client Logging
Configure logging for the Java thin client using System.Logger or popular frameworks.
Next Steps
- Connect to Ignite - Connection methods
- SQL Reference - SQL operations
- API Reference - Detailed API documentation