[Chore] Remove unused alert.rpc.port in common.properties (#16957)

9 files changed
tree: af085020fa788deb9de43501b51a099c20528329
  1. .github/
  2. .idea/
  3. .mvn/
  4. config/
  5. deploy/
  6. docs/
  7. dolphinscheduler-alert/
  8. dolphinscheduler-api/
  9. dolphinscheduler-api-test/
  10. dolphinscheduler-authentication/
  11. dolphinscheduler-bom/
  12. dolphinscheduler-common/
  13. dolphinscheduler-dao/
  14. dolphinscheduler-dao-plugin/
  15. dolphinscheduler-datasource-plugin/
  16. dolphinscheduler-dist/
  17. dolphinscheduler-e2e/
  18. dolphinscheduler-eventbus/
  19. dolphinscheduler-extract/
  20. dolphinscheduler-master/
  21. dolphinscheduler-meter/
  22. dolphinscheduler-microbench/
  23. dolphinscheduler-registry/
  24. dolphinscheduler-scheduler-plugin/
  25. dolphinscheduler-service/
  26. dolphinscheduler-spi/
  27. dolphinscheduler-standalone-server/
  28. dolphinscheduler-storage-plugin/
  29. dolphinscheduler-task-executor/
  30. dolphinscheduler-task-plugin/
  31. dolphinscheduler-tools/
  32. dolphinscheduler-ui/
  33. dolphinscheduler-worker/
  34. dolphinscheduler-yarn-aop/
  35. images/
  36. licenses/
  37. script/
  38. style/
  39. tools/
  40. .asf.yaml
  41. .dlc.json
  42. .flake8
  43. .gitattributes
  44. .gitignore
  45. .gitmodules
  46. .licenserc.yaml
  47. .pre-commit-config.yaml
  48. CONTRIBUTING.md
  49. doap.rdf
  50. LICENSE
  51. lombok.config
  52. mvnw
  53. mvnw.cmd
  54. NOTICE
  55. pom.xml
  56. README.md
  57. README_zh_CN.md
README.md

Apache Dolphinscheduler

License codecov Quality Gate Status Twitter Follow Slack Status CN doc

About

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code. It is also provided powerful user interface, dedicated to solving complex task dependencies in the data pipeline and providing various types of jobs available out of the box

The key features for DolphinScheduler are as follows:

  • Easy to deploy, provide four ways to deploy which including Standalone, Cluster, Docker and Kubernetes.
  • Easy to use, workflow can be created and managed by four ways, which including Web UI, Python SDK and Open API
  • Highly reliable and high availability, decentralized architecture with multi-master and multi-worker, native supports horizontal scaling.
  • High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day
  • Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type
  • Versioning both workflow and workflow instance(including tasks)
  • Various state control of workflow and task, support pause/stop/recover them in any time
  • Multi-tenancy support
  • Others like backfill support(Web UI native), permission control including project and data source

QuickStart

User Interface Screenshots

  • Homepage: Project and workflow overview, including the latest workflow instance and task instance status statistics. home

  • Workflow Definition: Create and manage workflow by drag and drop, easy to build and maintain complex workflow, support bulk of tasks out of box. workflow-definition

  • Workflow Tree View: Abstract tree structure could clearer understanding of the relationship between tasks workflow-tree

  • Data source: Manage support multiple external data sources, provide unified data access capabilities for such as MySQL, PostgreSQL, Hive, Trino, etc. data-source

  • Monitor: View the status of the master, worker and database in real time, including server resource usage and load, do quick health check without logging in to the server.