---
title: "The technology behind our graphs: NebulaGraph"
canonical: "https://onesaitplatform.refined.site/space/DOCT/3661168785/The%20technology%20behind%20our%20graphs%3A%20NebulaGraph"
format: markdown
---
In Plataforma release 4.2.0 a graph database has been integrated into Plataforma. The selected technology has been NebulGraph.

**[Nebula Graph](https://github.com/vesoft-inc/nebula)**** **is an open source graph database (Apache 2) capable of hosting large graphs, and designed to provide high performance and simplify the use of graphs.

In this implementation Ontology = Graph

![image](media://93e0da1f-5679-41d0-bcb5-8664c0bc2f9f)

so that the Entity will host all Vertexes and Edges and queries can be performed on them.

SQL will be supported as the language to insert and query the network:

![image](media://5f24b84f-5c48-4020-9897-6d165940b611)

![image](media://e5523d5c-5b61-4b0e-b741-1ab82a7192ac)

The Nebula Graph Studio will also be integrated into the Control Panel, allowing you to view the Graph

![image](media://64e2cdc1-c7e3-40d0-a79a-9be9fba4120a)

and import files:

![image](media://c8999d10-cbc3-429e-b7d2-cb9fb82a93be)


Read more aboutNebula Graph: [https://unpocodejava.com/2020/10/12/un-poco-de-nebula-graph/](https://unpocodejava.com/2020/10/12/un-poco-de-nebula-graph/)