stitch
Simple, extensible ETL built for data teams.
Extends: Technology
Stitch
Simple, extensible ETL built for data teams.
Overview
Category: Data software
Simple, extensible ETL built for data teams.
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: 'Stitch',
category: 'Data software',
description: 'Simple, extensible ETL built for data teams.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Stitch",
"applicationCategory": "Data software",
"description": "Simple, extensible ETL built for data teams."
}