Overview of Amundsen Frontend Service
mainThe Amundsen Frontend Service is a metadata-driven application designed to improve productivity for data analysts, scientists, and engineers. It acts as a 'Google search for data' by indexing data resources like tables, dashboards, and streams, and providing search results based on usage patterns (e.g., ranking highly queried tables higher).
Technically, it is a Flask application with a React frontend that interacts with two other core services:
- Search Service: Enables users to search for data resources.
- Metadata Service: Allows users to view and edit metadata for specific resources.