Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amundsen-io/amundsenfrontendlibrary
Front-end service library for Amundsen
https://github.com/amundsen-io/amundsenfrontendlibrary
amundsen
Last synced: 1 day ago
JSON representation
Front-end service library for Amundsen
- Host: GitHub
- URL: https://github.com/amundsen-io/amundsenfrontendlibrary
- Owner: amundsen-io
- License: apache-2.0
- Created: 2019-02-06T21:06:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T23:46:15.000Z (9 months ago)
- Last Synced: 2024-04-23T20:06:47.068Z (9 months ago)
- Topics: amundsen
- Language: TypeScript
- Homepage: https://github.com/amundsen-io/amundsen
- Size: 14.6 MB
- Stars: 279
- Watchers: 179
- Forks: 148
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-starred - amundsen-io/amundsenfrontendlibrary - Front-end service library for Amundsen (others)
README
# Deprecated: please visit https://github.com/amundsen-io/amundsen/tree/main/frontend
The Amundsen project [moved to a monorepo](https://github.com/amundsen-io/rfcs/pull/31). This repository will be kept up temporarily to allow users to transition gracefully.
# Amundsen Frontend Service
[![PyPI version](https://badge.fury.io/py/amundsen-frontend.svg)](https://badge.fury.io/py/amundsen-frontend)
[![Coverage Status](https://img.shields.io/codecov/c/github/lyft/amundsenfrontendlibrary/master.svg)](https://codecov.io/github/lyft/amundsenfrontendlibrary?branch=master)
[![License](https://img.shields.io/:license-Apache%202-blue.svg)](LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/amundsen-frontend.svg)](https://pypi.org/project/amundsen-frontend/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://join.slack.com/t/amundsenworkspace/shared_invite/enQtNTk2ODQ1NDU1NDI0LTc3MzQyZmM0ZGFjNzg5MzY1MzJlZTg4YjQ4YTU0ZmMxYWU2MmVlMzhhY2MzMTc1MDg0MzRjNTA4MzRkMGE0Nzk)Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data. It does that today by indexing data resources (tables, dashboards, streams, etc.) and powering a page-rank style search based on usage patterns (e.g. highly queried tables show up earlier than less queried tables). Think of it as Google search for data. The project is named after Norwegian explorer [Roald Amundsen](https://en.wikipedia.org/wiki/Roald_Amundsen), the first person to discover South Pole.
The frontend service leverages a separate [search service](https://github.com/lyft/amundsensearchlibrary) for allowing users to search for data resources, and a separate [metadata service](https://github.com/lyft/amundsenmetadatalibrary) for viewing and editing metadata for a given resource. It is a Flask application with a React frontend.
For information about Amundsen and our other services, visit the [main repository](https://github.com/lyft/amundsen#amundsen) `README.md`. Please also see our instructions for a [quick start](https://github.com/lyft/amundsen/blob/master/docs/installation.md#bootstrap-a-default-version-of-amundsen-using-docker) setup of Amundsen with dummy data, and an [overview of the architecture](https://github.com/lyft/amundsen/blob/master/docs/architecture.md#architecture).
## Requirements
- Python >= 3.6
- Node = v10 or v12
- npm >= 6.x.x## Homepage
- https://www.amundsen.io/## Documentation
- https://www.amundsen.io/amundsen/## User Interface
Please note that the mock images only served as demonstration purpose.
- **Landing Page**: The landing page for Amundsen including 1. search bars; 2. popular used tables;
![](docs/img/landing_page.png)
- **Search Preview**: See inline search results as you type
![](docs/img/search_preview.png)
- **Table Detail Page**: Visualization of a Hive / Redshift table
![](docs/img/table_detail_page.png)
- **Column detail**: Visualization of columns of a Hive / Redshift table which includes an optional stats display
![](docs/img/column_details.png)
- **Data Preview Page**: Visualization of table data preview which could integrate with [Apache Superset](https://github.com/apache/incubator-superset)
![](docs/img/data_preview.png)
## Installation
Please visit [Installation guideline](docs/installation.md) on how to install Amundsen.
## Configuration
Please visit [Configuration doc](docs/configuration.md) on how to configure Amundsen various enviroment settings(local vs production).
## Developer Guidelines
Please visit [Developer guidelines](docs/developer_guide.md) if you want to build Amundsen in your local environment.
# License
[Apache 2.0 License.](/LICENSE)