Sriharsha Chintalapani 876ac24e44
Docs (#3276)
* GitBook: [#50] BigQuery, Glue, MSSQL, Postgres, Redshift, Snowflake - V2

* GitBook: [#62] No subject

* GitBook: [#63] No subject

* GitBook: [#64] Beta

* GitBook: [#65] Make Harsha's requested changes to connectors section organization

* GitBook: [#66] Kerberos authentication with Hive

* GitBook: [#67] Fix procedure overview links

* GitBook: [#68] Fix procedure overview links

* GitBook: [#69] correct step reference

* GitBook: [#70] Add Kerberos connection troubleshooting

* updated json schema and schema docs (#3219)

* updated json schema and schema docs

* added glossay to readme

* GitBook: [#72] Metrics & Tests

Co-authored-by: Parth Panchal <parth.panchal@deuexsolutions.com>
Co-authored-by: Shilpa V <vernekar.shilpa@gmail.com>
Co-authored-by: Shannon Bradshaw <shannon.bradshaw@arrikto.com>
Co-authored-by: parthp2107 <83201188+parthp2107@users.noreply.github.com>
Co-authored-by: pmbrull <peremiquelbrull@gmail.com>
2022-03-08 08:13:37 -08:00

30 lines
2.0 KiB
Markdown

---
description: >-
Documentation to get you upto speed on building, running and testing backend
server for OpenMetadata
---
# Backend
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="https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/coding-style.md" %}
[https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/coding-style.md](https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/coding-style.md)
{% endcontent-ref %}
{% content-ref url="https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/code-generation.md" %}
[https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/code-generation.md](https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/code-generation.md)
{% endcontent-ref %}
{% content-ref url="https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/env-setup.md" %}
[https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/env-setup.md](https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/env-setup.md)
{% endcontent-ref %}
{% content-ref url="https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/debugging.md" %}
[https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/debugging.md](https://github.com/open-metadata/OpenMetadata/blob/main/docs/open-source-community/developer/backend/debugging.md)
{% endcontent-ref %}