Quick Start¶
Get up and running with DinoDB in just a few minutes.
Step 1: Add Your First AWS Account¶
Using AWS Credentials File¶
If you have ~/.aws/credentials
configured:
1. Launch DinoDB
2. Your AWS profiles will appear automatically
- Double-click a profile to connect
Manual Account Setup¶
- Click "Add Account"
- Fill in the form:
- Name: "My AWS Account"
- Access Key ID: Your AWS access key
- Secret Access Key: Your AWS secret key
- Region: Your preferred region (e.g., us-east-1)
- Tags: Optional labels (e.g., "production", "development")
- Click **"Save"
Step 2: Connect to Your Account¶
- Double-click your account card
- Wait for the connection to establish
- You'll see your DynamoDB tables in the sidebar
Step 3: Browse Your Tables¶
Table List View¶
- Tables appear in the left sidebar
- Click any table to view its data
- Use the search box to filter tables
- Star tables to mark as favorites
Table Data View¶
- Table View: Spreadsheet-like interface
- JSON View: Raw DynamoDB JSON format
- Pagination: Navigate through large datasets
- Sorting: Click column headers to sort
Step 4: Perform Basic Operations¶
View Items¶
- Select a table from the sidebar
- Browse items in the main view
- Click any item to see details
Add New Item¶
- Click "Add Item" button
- Use the JSON editor or form fields
- Click "Save" to create the item
Edit Existing Item¶
- Double-click an item in the table
- Modify values in the detail view
- Click **"Save Changes"
Delete Item¶
- Select an item
- Press Delete key or right-click > Delete
- Confirm the deletion
Step 5: Explore Advanced Features¶
Query Builder¶
- Click "Query" in the toolbar
- Select your partition key
- Add conditions for sort keys
- Click **"Run Query"
Monitoring Dashboard¶
- Select a table
- Click the "Metrics" tab
- View real-time CloudWatch metrics
- Set up alerts for important thresholds
Settings & Preferences¶
- Click the gear icon in the toolbar
- Customize:
- Theme (Light/Dark/System)
- Default page sizes
- Auto-refresh intervals
- Keyboard shortcuts
Common Tasks¶
Switching Between Accounts¶
- Click different account cards to switch contexts
- Each account maintains its own connection state
- Visual indicators show active connections
Managing Multiple Regions¶
- Add separate accounts for different regions
- Or edit account settings to change regions
- Tables will refresh automatically
Keyboard Shortcuts¶
- ⌘N: Add new item
- ⌘R: Refresh tables
- ⌘F: Focus search
- Delete: Delete selected item
- ⌘,: Open settings
Tips for Success¶
Performance
- Use pagination for large tables
- Set appropriate page sizes in settings
- Use queries instead of scans when possible
Security
- Never share AWS credentials
- Use IAM roles with minimal required permissions
- Regularly rotate access keys
Monitoring
- Set up CloudWatch alerts for important metrics
- Monitor capacity utilization regularly
- Watch for throttling events
Next Steps¶
Now that you're familiar with the basics:
- Read the User Guide for detailed features
- Learn about Account Management
- Explore Advanced Querying
- Set up Monitoring & Alerts