tree: 079ec719231c86a6eaccfa1d0c7f1ec679ac809b [path history] [tgz]
  1. .husky/
  2. public/
  3. release-docs/
  4. src/
  5. .commitlintrc.ts
  6. .env
  7. .eslintignore
  8. .eslintrc.json
  9. .gitattributes
  10. .gitignore
  11. .prettierrc.ts
  12. index.html
  13. package-lock.json
  14. package.json
  15. pom.xml
  16. README.md
  17. README_CN.md
  18. tsconfig.json
  19. tsconfig.node.json
  20. vite.config.ts
linkis-web-next/README.md

English | 中文

Introduction

Linkis builds a layer of computation middleware between upper applications and underlying engines. By using standard interfaces such as REST/WS/JDBC provided by Linkis, the upper applications can easily access the underlying engines such as MySQL/Spark/Hive/Presto/Flink, etc., and achieve the intercommunication of user resources like unified variables, scripts, UDFs, functions and resource files at the same time.

Linkis Web provides a management system for easy management of user resources.

Start

# configure the project basic information in the `src/.env` firstly
cd linkis/linkis-web-next
npm install
npm run dev

# build 
npm run build

File Structure

├── README.md ├── README_CN.md ├── index.html ├── node_modules ├── package-lock.json ├── package.json ├── pom.xml ├── public │ ├── favicon.ico` │ ├── sidebar │ └── vite.svg ├── release-docs │ ├── LICENSE │ ├── NOTICE │ └── licenses ├── src │ ├── App.vue │ ├── assets │ ├── components │ ├── config │ ├── dss │ ├── env.d.ts │ ├── helper │ ├── index.d.ts │ ├── layout.vue │ ├── locales │ ├── main.ts │ ├── pages │ ├── router │ ├── scriptis │ ├── service │ ├── style │ ├── util │ └── vite-env.d.ts ├── tsconfig.json ├── tsconfig.node.json └── vite.config.ts

Contributing

Contributions are always welcomed, we need more contributors to build Linkis together. either code, or doc, or other supports that could help the community.
For code and documentation contributions, please follow the contribution guide.

Contact Us

  • Any questions or suggestions please kindly submit an issue.
  • By mail dev@linkis.apache.org
  • You can scan the QR code below to join our WeChat group to get more immediate response

Who is Using Linkis

We opened an issue [Who is Using Linkis] for users to feedback and record who is using Linkis.
Since the first release of Linkis in 2019, it has accumulated more than 700 trial companies and 1000+ sandbox trial users, which involving diverse industries, from finance, banking, tele-communication, to manufactory, internet companies and so on.