Create Database
From the Dashboard
Section titled “From the Dashboard”- Click Create Database from the dashboard
- Enter a database name (lowercase, alphanumeric, hyphens allowed)
- Select your region
- Optionally upload an ontology file (.ttl)
- Review and confirm
Your database is provisioned within seconds. Connection details are shown immediately.
Instance Sizes
Section titled “Instance Sizes”| Size | Spec | Rate |
|---|---|---|
| XS | 2 GB RAM, 1 CPU | Free (first instance) |
| S | 4 GB RAM, 2 CPU | $0.25/hr |
| M | 8 GB RAM, 4 CPU | $0.50/hr |
| L | 16 GB RAM, 8 CPU | $1.00/hr |
| XL | 24 GB RAM, 12 CPU | $2.00/hr |
Storage is billed at $0.10/GB/month. See Billing for full pricing details.
After Creation
Section titled “After Creation”Once your database is created:
- Copy the connection URL from the database detail page
- Load an ontology (if you didn’t during creation):
Terminal window curl -X POST https://your-db.owlgraph.ai/ontology \-H "Content-Type: text/turtle" \--data-binary @your-ontology.ttl - Insert data and start querying
Database Naming
Section titled “Database Naming”- Lowercase letters, numbers, and hyphens
- Must start with a letter
- 3-40 characters
- Must be unique within your account
- Becomes part of your endpoint URL:
https://{name}.owlgraph.ai