> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getoperate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Your Data

> We supports scripts in Python, TypeScript, Go, Bash and Sql.

<CardGroup cols={2}>
  <Card title="Typescript" icon="scroll" href="/developer/manual/script">
    Write your first script in Typescript
  </Card>

  <Card title="Python" icon="python" href="/developer/manual/script">
    Write your first script in Python.
  </Card>

  <Card title="Bash / Powershell" icon="square-terminal" href="/developer/manual/script">
    Write your first script in Bash / Powershell.
  </Card>

  <Card title="Go" icon="golang" href="/developer/manual/script">
    Write your first script in Go.
  </Card>

  <Card title="PostgreSQL, MySQL, MSSQL, BigQuery, Snowflake" icon="database" href="/developer/manual/script">
    Write your first script in PostgreSQL, MySQL, BigQuery or Snowflake SQL.
  </Card>

  <Card title="Rest / GraphQL" icon="certificate" href="/developer/manual/script">
    Write your first script in Rest / GraphQL.
  </Card>

  <Card title="Docker" icon="docker" href="/developer/manual/script">
    We supports running any docker container through its Bash support.
  </Card>
</CardGroup>
