Migrate
ScalarDB interface migration advisor. Guides Core<->Cluster, CRUD<->JDBC, and 1PC<->2PC migrations. For migrating from another database, use /architect:migrate-database instead.
Design Microservices
|
Design Infrastructure
|
Design Disaster Recovery
|
Evaluate Ddd
|
Config
Generate ScalarDB configuration files (database.properties, build.gradle dependencies) based on your choices.
Migrate Postgresql To Scalardb
Generates ScalarDB migration documentation from PostgreSQL schema analysis. Consumes the PostgreSQL schema analysis Markdown file from the configured output directory as input and produces migration analysis and step-by-step migration guides.
Build App
Build a complete ScalarDB application from a domain description. Generates schema, config, Java service code, and a runnable scaffold for the chosen interface combination.
Model
Interactive data modeling wizard for ScalarDB. Helps design schemas with proper partition keys, clustering keys, and indexes.
Jdbc Ops
Show ScalarDB JDBC/SQL operation patterns — SELECT, INSERT, UPSERT, UPDATE, DELETE, JOIN, aggregates with examples.
Crud Ops
Show ScalarDB CRUD operation patterns — builder syntax for Get, Scan, Insert, Upsert, Update, Delete with examples.
Migrate Mysql To Scalardb
Generates ScalarDB migration documentation from MySQL schema analysis. Consumes the MySQL schema analysis Markdown file from the configured output directory as input and produces migration analysis and step-by-step migration guides.
Docs
Search ScalarDB documentation for specific topics. Fetches the official docs and summarizes relevant sections.
Analyze Mysql Schema
Analyzes MySQL database schema and generates a comprehensive Markdown report for sharing. Use when you need to document MySQL schema objects including tables, triggers, stored procedures, views, and object dependencies.
Migrate Oracle Sp Trigger To Scalardb
Generates ScalarDB Java application code from Oracle PL/SQL stored procedures, functions, packages, and triggers. Produces Java Transaction API implementations plus a summary migration report.
Migrate Postgresql Sp Trigger To Scalardb
Generates ScalarDB Java application code from PostgreSQL PL/pgSQL functions, procedures, triggers, and trigger functions. Produces Java Transaction API implementations plus a summary migration report.
Error Handler
Generate correct ScalarDB exception handling code with retry logic. Can also review existing code for exception handling correctness.
Migrate Oracle To Scalardb
Generates ScalarDB migration documentation from Oracle schema analysis. Consumes the Oracle schema analysis Markdown file from the configured output directory as input and produces migration analysis and step-by-step migration guides.
Pipeline
|
Migrate Oracle Aq To Scalardb
Generates Oracle AQ setup SQL (payload types, queues, enqueue triggers/SPs) and Java consumer files that dequeue messages and process them using the ScalarDB Java Transaction API.
Migrate Mysql
|
Analyze Oracle Schema
Analyzes Oracle database schema and generates a comprehensive Markdown report for sharing. Use when you need to document Oracle schema objects including tables, triggers, custom types, PL/SQL code, and object dependencies.
Local Env
Generate docker-compose.yml and setup commands for a local ScalarDB development environment.
Create Domain Story
|
Evaluate Mmi
|
Analyze
|
Migrate Oracle
|
Migrate Database
|
Investigate Security
|
Analyze Postgresql Schema
Analyzes PostgreSQL database schema and generates a comprehensive Markdown report for sharing. Use when you need to document PostgreSQL schema objects including tables, triggers, custom types, PL/pgSQL code, and object dependencies.
Design Data Layer
|
Integrate Evaluations
|
Adapt Change
|
Migrate Mysql Sp Trigger To Scalardb
Generates ScalarDB Java application code from MySQL stored procedures, functions, and triggers. Produces Java Transaction API implementations plus a summary migration report.
Investigate
|
Estimate Cost
|
Design Implementation
|
Migrate Postgresql
|
Define Requirements
|
Map Domains
|
Analyze Data Model
|
Generate Test Specs
|
Design Scalardb Analytics
|
Design Security
|
Init Output
|
Design Scalardb
|
Design Api
|
Generate Infra Code
|
Design Observability
|
Generate Scalardb Code
|