Skip to content

Create Database

  1. Click Create Database from the dashboard
  2. Enter a database name (lowercase, alphanumeric, hyphens allowed)
  3. Select your region
  4. Optionally upload an ontology file (.ttl)
  5. Review and confirm

Your database is provisioned within seconds. Connection details are shown immediately.

SizeSpecRate
XS2 GB RAM, 1 CPUFree (first instance)
S4 GB RAM, 2 CPU$0.25/hr
M8 GB RAM, 4 CPU$0.50/hr
L16 GB RAM, 8 CPU$1.00/hr
XL24 GB RAM, 12 CPU$2.00/hr

Storage is billed at $0.10/GB/month. See Billing for full pricing details.

Once your database is created:

  1. Copy the connection URL from the database detail page
  2. 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
  3. Insert data and start querying
  • 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