Setup Your Account
Get started by creating your OpsHub NAV account and connecting your first data source.1
Create an Account
Sign up at opshub.nomark.ai using your work email address.
2
Connect Your Database
Navigate to Settings > Integrations and connect your data warehouse or database.Supported integrations:
- PostgreSQL
- Snowflake
- BigQuery
- Redshift
- Custom JDBC connections
3
Import Your First Portfolio
Go to Data > Import and upload your portfolio holdings CSV or connect to your existing system.
4
Create Your First Validation
Navigate to Validation > New Rule and select an ASIC RG94 template.Example: NAV Variance Check
Run Your First Workflow
Build Your First Query
Use the Visual Data Modeler to build queries with natural language:1
Open Visual Data Modeler
Navigate to Data > Visual Modeler from the main menu.
2
Ask a Question
Type your question in natural language:
Example queries:
- “Show me all portfolios with their current holdings”
- “Calculate NAV for funds over $100M”
- “Compare portfolio performance to benchmark this quarter”
3
Review Generated Query
The AI will generate a visual query with tables and joins. Review and modify as needed.
4
Preview Results
Click Run to preview results in the interactive spreadsheet.
5
Save and Share
Save your query as a template or share with your team.
Set Up Validation Rules
Create ASIC RG94 compliant validation rules:All validation formulas are automatically translated to SQL and Python for backend execution.
Next Steps
Core Concepts
Learn the key concepts and terminology
User Guides
Follow step-by-step guides for common tasks
API Reference
Explore the complete API documentation
Database Schema
Understand the database architecture
Development Setup
If you’re setting up a local development environment:Prerequisites
Prerequisites
- Node.js 18+ and npm
- Docker and Docker Compose
- Git
- Supabase account
Clone Repository
Clone Repository
Environment Variables
Environment Variables
Create
.env.local with your configuration:Database Setup
Database Setup
Run Development Server
Run Development Server
You’re all set! Start building with OpsHub NAV.