1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/docs/architecture/tech-stack.md
2020-11-02 19:19:48 -08:00

24 lines
742 B
Markdown

# Technical Stack
## Backend
* Java 14
* Framework: [Jersey](https://eclipse-ee4j.github.io/jersey/)
* API: [OAS3](https://www.openapis.org/)
* Databases: [PostgreSQL](https://www.postgresql.org/)
* Unit & E2E testing: [JUnit 5](https://junit.org/junit5)
## **Frontend**
* [Node.js 14](https://nodejs.org/en/)
* [TypeScript](https://www.typescriptlang.org/)
* Web Framework/Library: [React](https://reactjs.org/)
## Additional Tools
* CI/CD: [GitHub Actions](https://github.com/features/actions)
* Containerization: [Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/)
* Linter \(Frontend\): [Prettier](https://prettier.io/)
* Formatter \(Backend\): [Spotless](https://github.com/diffplug/spotless)