-
Notifications
You must be signed in to change notification settings - Fork 961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like a guide for How-To deploy Amundsen in production #53
Comments
/docs/deployment.md
- a guide for How-To deploy Amundsen in production/docs/deployment.md
- a guide for How-To deploy Amundsen in production
/docs/deployment.md
- a guide for How-To deploy Amundsen in production
AWS could be common for deployment, possibly using https://aws.amazon.com/ecs/? |
Neo4j backup and restoreInstall the Neo4j APOC plugin (in a folder next to your
Add volumes for plugins + backup in amundsen-docker.yml:
Start containers,
ingest data via Databuilder In the Amundsen frontend web, change descriptions. Maybe add owners… In the Neo4j web console
Delete the Neo4j graph (still in the Neo4j web console):
Restore the backup (yep, you guessed it, still in the Neo4j console) :
ToDo:
Related: #196 and slack thread with some script snippets etc |
@ttannis we lost access to the useful content of former FE issue https://github.com/lyft/amundsenfrontendlibrary/issues/186 referenced in the snippet shown below. Can that content be salvaged somehow? E.g. will transferring https://github.com/lyft/amundsenfrontendlibrary/issues/186 in a closed state to here do it?
|
Transferred that closed issue over: #77 |
Thanks for the quick turnaround on this @ttannis - seems to work nicely! Also please extend my thanks to other Lyft team members on the recent even higher systematic focus on grooming PRs etc. I think going forward that will really encourage more to hopefully contribute even more! |
@jornh I have amundsen on aws eks + k8s + helm now; I will put up a PR next week with docs; I'm not sure if it will fully fulfill this story, or, if I should put up another one. wdyt? |
Great @javamonkey79! I think it should definitely tick the Kubernetes box above (I edited a bit above). Just push what you think is suitable to cover Kubernetes on it's own and we'll figure the rest out later, when there's some good pieces of content it's easy to shuffle around afterwards if needed. Right now I'm thinking the list above should end up as just a jump list or "annotated ToC" for what the sys-admin would like/need to know. Haven't really figured out how much or little prose will be needed to glue it together... Thoughts are welcome! 😜 |
Ok @jornh I've got the PR up here; I've opted to not include the aws setup at this point, as it is tied to our org a bit. I might add it later, if there is enough interest. cc @markgrover @feng-tao |
* Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (amundsen-io#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (amundsen-io#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (amundsen-io#49) * Update search to support multiple resource types (amundsen-io#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (amundsen-io#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (amundsen-io#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Rebase Design Overhaul from Master (amundsen-io#58) * Overhaul of UI Part 1 (amundsen-io#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (amundsen-io#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (amundsen-io#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (amundsen-io#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (amundsen-io#49) * Update search to support multiple resource types (amundsen-io#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (amundsen-io#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (amundsen-io#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Fix some issues with rebasing ui overhaul from master * Pull changes from amundsen-io#56 into feature/people (amundsen-io#60) * Overhaul of UI Part 1 (amundsen-io#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (amundsen-io#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Consolidate Containers (amundsen-io#56) * Consolidate un-nested containers * Consolidate TableDetail related containers * Consolidate FeedbackForms * Fix merge mistakes * Update styles * - Disabled/Hid most Amundsen people related features - Fixed list-group-item padding issues and border - Adjusted column stats hover colors - Adjusted Breadcrum styles
Great suggestions here! I'd like to emphasize the need for a more explicit documentation on how to set up Airflow to handle ingestions of ES after Neo4J editions. From an outsider perspective, it remains quite a mystery , although Airflow (or something filling this function) is clearly a 4th microservice indispensable for the other 3 to work. |
@fBedecarrats Airflow has its own documentation. So we’ll probably just reference that. But the gist of it is:
|
@jornh Thanks a ton for putting those instructions together - I'm currently investigating how to implement Amundsen and backup / restore was high on the list. Is there a good way to have ElasticSearch re-index data that was restored into Neo4j? I'm getting search errors after a Neo4j database restore even though I see the expected data post-restore in the Neo4j console. I found that I can re-run the amundsendatabuilder job on the same data source and the my restored data appears on the FE again, but that seems like a hackjob. |
It’s merely a wishlist 🙂 (with links to “state of the union” - but luckily bit by bit I can tick boxes) glad to hear the list is useful to someone. So, thanks for your comment. To answer your question: Elasticsearch and Amundsensearch doesn’t have a will of their own on what data to serve. So what you call a hack with re-ingesting reindexing through Databuilder is actually the way to update ES data. I think for a, hopefully rare, restore scenario that’s okay. Hope that clarifies... Do you have ideas for a different way? |
I'd be interested in the helm chart. |
@stewartbryson see https://www.amundsen.io/amundsen/k8s_install/ + the Amundsen Slack also has a #kube-helm channel for discussion |
Thanks for the clarification, @jornh - if that's the best way to go about a restore scenario, then that works for us. :) I honestly don't have any other ideas; I barely have the skillset to implement Amundsen, much less understand the inner workings 😅. Again, really appreciate the help and your documentation! |
Hi, we have been trying to stand up Amundsen on Kubernetes but can't get the pod for Neo4j to deploy... Did anyone else have this problem? |
I'm going to pick this up. I think this will be a nontrivial project, mostly in the form of soliciting feedback from the community. Part of the appeal of Amundsen is its flexibility: there's no one right way to install it. However, for a guide to be broadly useful, I believe it needs to have concrete steps. As a result, we'll need to make some opinionated decisions in order for the guide to be useful. Here's how I'm planning on structuring this project:
If anyone has thoughts about this process, happy to hear. There's some question as to which docs should be in the top repo vs service repos. My only strong feeling is that there be a single top-level doc that one can follow and find everything they need. Procedurally, it's much easier to make changes to the docs if they're all in one repo, rather than scattered between them. And given that the individual components aren't super useful when used independently, I default to just putting it into the larger repo. Open to feedback. |
@dorianj that sounds like an awesome plan! I'll refrain from giving more feedback until you have passed step 1. 😉 |
hey -- we've packaged some of the learnings from this thread and other places into a recommended pathway https://medium.com/stemma/amundsen-deployment-best-practices-740a1800518e -- would love anyone who's worked through this stuff to try it out and give feedback, we'd like to eventually get this upstreamed into main repo once it's better battle tested |
Hi, we finally decided to start working with Apache Atlas. I guess we'll consider later adopting Amundsen as an alternative front-end. |
* Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (amundsen-io#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (amundsen-io#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (amundsen-io#49) * Update search to support multiple resource types (amundsen-io#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (amundsen-io#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (amundsen-io#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Rebase Design Overhaul from Master (amundsen-io#58) * Overhaul of UI Part 1 (amundsen-io#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (amundsen-io#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (amundsen-io#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (amundsen-io#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (amundsen-io#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (amundsen-io#49) * Update search to support multiple resource types (amundsen-io#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (amundsen-io#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (amundsen-io#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Fix some issues with rebasing ui overhaul from master * Pull changes from amundsen-io#56 into feature/people (amundsen-io#60) * Overhaul of UI Part 1 (amundsen-io#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (amundsen-io#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Consolidate Containers (amundsen-io#56) * Consolidate un-nested containers * Consolidate TableDetail related containers * Consolidate FeedbackForms * Fix merge mistakes * Update styles * - Disabled/Hid most Amundsen people related features - Fixed list-group-item padding issues and border - Adjusted column stats hover colors - Adjusted Breadcrum styles
* Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (#49) * Update search to support multiple resource types (#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Rebase Design Overhaul from Master (#58) * Overhaul of UI Part 1 (#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (#49) * Update search to support multiple resource types (#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Fix some issues with rebasing ui overhaul from master * Pull changes from #56 into feature/people (#60) * Overhaul of UI Part 1 (#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Consolidate Containers (#56) * Consolidate un-nested containers * Consolidate TableDetail related containers * Consolidate FeedbackForms * Fix merge mistakes * Update styles * - Disabled/Hid most Amundsen people related features - Fixed list-group-item padding issues and border - Adjusted column stats hover colors - Adjusted Breadcrum styles
Does anyone use Ansible roles for deploying and managing Amundsen ? I could share mine if that is of any interest (on-premise compose installation). |
@dorianj , could you Guide me on the installation of Amundsen without Docker ? docker being paid for the commercial use or require enterprise license would take the benefits of open source usage for the enterprises. Any suggestions. Appreciate support here. |
Merge pull request amundsen-io#52 from data-foundations/feature/metadata-fixes
A year passed. Still even is not clear how to make auth. |
* Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (#49) * Update search to support multiple resource types (#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Rebase Design Overhaul from Master (#58) * Overhaul of UI Part 1 (#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation of ProfilePage w/ mock data (#44) * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Added support for UserListItems (#43) * Added support for UserListItem - Restyled ResourceListItem to support multiple columns - Added timestamp for TableListItem - Added UserListItem - Added $text-medium and $text-light * Cleanup and PR feedback - Added Alumni Flag to UserListItem - Changed usage of Flag LabelStyle to exclude the 'label-' prefix - Added more space for 'Frequent Users' in TableListItem * Skeleton implementation w/ mock data * Some tweaks * Fix lint errors * Switch profile icons to btn-flat-icon * currentUser -> loggedInUser & profilePageUser -> profileUser * Make a Breadcrumb component * tweak * Updated search APIs to support multiple types (#48) * Updated search APIs to support multiple types - User search just returns mocked data * Updated search API tests * Add breadcrumbs + fix to tableData state management (#49) * Update search to support multiple resource types (#51) * Added Tabs to search results *Split executeSearch into two actions: - `searchAll` will search all resource types. The options allow you to search different page indexes for different resources. This is useful for loading up &selectedTab=users&tabIndex=5, since you don't necessarily want to fetch page 5 for all tabs. - `searchResource` will run a search on a single resource type. This is primarily used for search pagination. The URL should always reflect the current state of the search and can be refreshed or shared to maintain state. * Improved state management with window URL and user actions (search submit, pagination, tab change) * changed 'last_updated' to 'last_updated_epoch' (#53) - Conditionally hide the timestamp when not present * Feature people design overhaul (#55) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Fix some issues with rebasing ui overhaul from master * Pull changes from #56 into feature/people (amundsen-io#60) * Overhaul of UI Part 1 (#54) Overhaul of UI - NavBar - Resized to 48px, rework bottom border with box-shadow - Search Bar - Simplify DOM elements, height 60px, font 24px bold, narrower in md, lg screens. - Container top margin at 96, 64, 32px for lg, md, sm screens. - Search results has 16px top and bottom - Consolidated buttons classes to: btn-primary btn-default - Reworked Tag buttons and labels - Fixed panel border radiuses - Fixed NavBar active state highlighting * Design Overhaul pt2 (#57) * Design Overhaul pt2 - Standardized button colors, sizes, icons - Text colors split into $text-dark, $text-medium, and $text-light - Fixed some styles on search bar - Updated TagInfo and TagInput - Made popover colors darker * Consolidate Containers (#56) * Consolidate un-nested containers * Consolidate TableDetail related containers * Consolidate FeedbackForms * Fix merge mistakes * Update styles * - Disabled/Hid most Amundsen people related features - Fixed list-group-item padding issues and border - Adjusted column stats hover colors - Adjusted Breadcrum styles
Please add points on what you expect from such a guide in a comment below. I will then try to consolidate input and draft up an outline in this comment.
The guide can end up as
is/docs/deployment.md
/docs/owners_manual.md
better?Initial outline:
Basic install of services (in different environments)
data in volumes etc.(convert from Compose using https://kompose.io?)(upcoming PR see Would like a guide for How-To deploy Amundsen in production #53 (comment) below)Setting up ingest (with or without Airflow, see Would like a guide for How-To deploy Amundsen in production #53 (comment))
- Table Metadata:
- Users
- Table Usage: (How it works and why in Total_read incremented? #381 (comment))
- ...
Configuration - custom build of frontend (to not have to maintain a fork we need to get document how to build custom frontend without forking #408 transmogrified into proper documentation/tooling)
Security
Backup - initial WiP in Would like a guide for How-To deploy Amundsen in production #53 (comment) below ... current result in Total_read incremented? #381 (comment) - and restore (on K8s) implemented in add one-off pod and documentation for restoring neo4j backup #394
Monitoring (statsd etc.?)
Handling upgrades
....
The text was updated successfully, but these errors were encountered: