diff --git a/README.md b/README.md index 638106750c..73bbe19609 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Arctic is a LakeHouse management system under open architecture, which on top of data lake open formats provides more optimizations for streaming and upsert scenarios, as well as a set of pluggable self-optimizing mechanisms and management services. Using Arctic could help various data platforms, tools and products build out-of-the-box, streaming and batch unified LakeHouses quickly. -## What is arctic +## What is Arctic Currently, Arctic is a LakeHouse management system on top of iceberg format. Benefit from the thriving ecology of Apache Iceberg, Arctic could be used on kinds of data lakes on premise or clouds with varities of engines. Several concepts should be known before your deeper steps: diff --git a/ams/ams-api/pom.xml b/ams/ams-api/pom.xml index b13d5cdaa8..da55f07188 100644 --- a/ams/ams-api/pom.xml +++ b/ams/ams-api/pom.xml @@ -30,6 +30,8 @@ arctic-ams-api jar + Arctic Project AMS API + https://arctic.netease.com true diff --git a/ams/ams-dashboard/pom.xml b/ams/ams-dashboard/pom.xml index 5db2cc0d1d..c215cccf4b 100644 --- a/ams/ams-dashboard/pom.xml +++ b/ams/ams-dashboard/pom.xml @@ -29,6 +29,8 @@ arctic-ams-dashboard jar + Arctic Project AMS Dashboard + https://arctic.netease.com diff --git a/ams/ams-dashboard/src/components/Sidebar.vue b/ams/ams-dashboard/src/components/Sidebar.vue index 97b8b0291f..f9ac57bd0f 100644 --- a/ams/ams-dashboard/src/components/Sidebar.vue +++ b/ams/ams-dashboard/src/components/Sidebar.vue @@ -1,6 +1,6 @@