# The Graph.Build platform

<figure><img src="https://lh7-rt.googleusercontent.com/slidesz/AGV_vUe3oXIOL2x-m0FgAcY5Ne3fRBZ2hC2rDN6HzAgsPYw7mZQEzwjm8KD8zOCjPnGypAXH0E8fC0eTp2gKjC5AvvNErWkwsNia26csjXBJiJ__7htS8ymdB1QB6bnxTeqW9miX9wBx9F6q7p6vj8rq7RXi3qUVn-5Q=s2048?key=_8kKxiSQ1mgCytLm03aY-A" alt=""><figcaption></figcaption></figure>

## Graph.Build Studio

Studio is a multi user, no-code Graph IDE. Features include:

* LPG Schema designer
* RDF & OWL Ontology designer
* File (JSON / XML / CSV) to Graph ETL designer
* SQL to Graph ETL designer
* Configure Graph.Build Transformer pipelines

## Transformers&#x20;

Configure Graph.Build transformers to create or expose LPG or RDF graph models from a multitude of sources including:

* SQL databases
* HTTP REST endpoints
* Kafka streams
* XML / CSV / JSON objects

N.B. It is recommended to deploy 1 transformer per data source.

Transformers are scalable independent processors which use your model designs to make graph data. They can connect and ingest from virtually anything as a data source;&#x20;

* Kafka for streaming - **Semi Structured Transformer**
* Flat files of CSV, JSON, XML, or spreadsheets - **Semi Structured Transformer**
* Any SQL database - **SQL Transformer**

Change Data Capture (CDC) is supported by the Transformers via an internal integration with Debezium. This allows your graphs to be always up to date and in sync with any changes made in the source data, for example in most SQL databases, Cassandra, or MongoDB.

The transformers can also perform any simple or complex data transformations via our plugin ‘Functions’ architecture. There is a vast library of built in functions, with the ability to also write and load in your own for any specific requirements that may not be covered.

## Graph Writer

The Graph Writer will write your newly created graph data to all graph databases compatible with the three most popular standard query languages; SPARQL for RDF graphs, and Gremlin or openCypher for labelled property graphs.&#x20;

Update and insert modes are supported.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graph.build/EGeX4aTAJLlpg9Hh8kfl/the-graph.build-platform.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
