Pere Miquel Brull 970a7786db
Revert "Docs (#3276)" (#3278)
This reverts commit 876ac24e44f2b900857f10ab2cb138b60913b251.
2022-03-08 18:25:44 +01:00

28 lines
854 B
Markdown

---
description: Documentation to get you upto speed on building, running and testing backend server for OpenMetadata
---
# Backend (Java)
We use Java for developing OpenMetadata backend server. Following are the key technologies that we use for the backend:
- [jsonschema2pojo](https://www.jsonschema2pojo.org/) for Java code generation
- [Dropwizard](https://www.dropwizard.io/en/latest/) for the web service application
- [JDBI3](http://jdbi.org/) for database access
{% content-ref url="coding-style.md" %}
[coding-style.md](coding-style.md)
{% endcontent-ref %}
{% content-ref url="code-generation.md" %}
[code-generation.md](code-generation.md)
{% endcontent-ref %}
{% content-ref url="env-setup.md" %}
[env-setup.md](env-setup.md)
{% endcontent-ref %}
{% content-ref url="debugging.md" %}
[debugging.md](debugging.md)
{% endcontent-ref %}