BigData / Apache StreamPark Interview questions
What technologies power StreamPark Console under the hood?
StreamPark Console is a fairly conventional Java web application, assembled from well-known open-source pieces rather than exotic custom infrastructure.
| Layer | Technology |
| Backend framework | Spring Boot |
| Data access | MyBatis / MyBatis-Plus |
| Frontend | Vue with Ant Design of Vue |
| In-browser terminal | xterm.js |
| SQL/code editor | Monaco Editor |
It also talks directly to Apache Flink, Apache Spark, and Apache YARN as the systems it orchestrates, rather than reimplementing any of their functionality itself.
More Related questions...