This project uses specialized AI agents to maintain code quality and architectural integrity.
- The Architect: System design & task breakdown.
- The CBRestLoader: REST based Couchbase SDK implementation for document loading.
- The CBCmdlineLoader: Cmdline Couchbase SDK implementation for document loading.
- The MongoCoder: MongoDB & Aggregation implementation.
- If the user asks for thread, doc_key. document generator related code -> Handoff to:
The Architect. - If the user asks for Couchbase Sirius or REST based loader related code β Handoff to:
The CBRestLoader. - If the user asks for batch processing, shared cluster management, or massive collection load optimization β Handoff to:
The CBRestLoaderwith focus onSharedClusterManagerandCollectionLoadBatcher. - If the user asks for Couchbase command line loader related code β Handoff to:
The CBCmdlineLoader. - If the user asks for a Mongo related code β Handoff to:
The MongoCoder.
mvn clean compile package