schema.org.ai

digitalocean

Cloud infrastructure provider focused on simplicity for developers.

Extends: Technology

DigitalOcean

Cloud infrastructure provider focused on simplicity for developers.

Overview

Category: Infrastructure software

Cloud infrastructure provider focused on simplicity for developers.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'DigitalOcean',
  category: 'Infrastructure software',
  description: 'Cloud infrastructure provider focused on simplicity for developers.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "DigitalOcean",
  "applicationCategory": "Infrastructure software",
  "description": "Cloud infrastructure provider focused on simplicity for developers."
}