{"id":15583154,"url":"https://github.com/louisguitton/dbt-metadata-utils","last_synced_at":"2025-04-24T02:53:24.504Z","repository":{"id":45668874,"uuid":"324586425","full_name":"louisguitton/dbt-metadata-utils","owner":"louisguitton","description":"Parse dbt artifacts and search dbt models with Algolia","archived":false,"fork":false,"pushed_at":"2021-05-06T23:56:42.000Z","size":2640,"stargazers_count":52,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-24T02:53:18.911Z","etag":null,"topics":["algolia","dbt","metadata","search"],"latest_commit_sha":null,"homepage":"https://dbt-metadata-utils.guitton.co/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/louisguitton.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-12-26T15:48:49.000Z","updated_at":"2024-08-27T14:02:20.000Z","dependencies_parsed_at":"2022-09-22T16:52:54.560Z","dependency_job_id":null,"html_url":"https://github.com/louisguitton/dbt-metadata-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Fdbt-metadata-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Fdbt-metadata-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Fdbt-metadata-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louisguitton%2Fdbt-metadata-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louisguitton","download_url":"https://codeload.github.com/louisguitton/dbt-metadata-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552037,"owners_count":21449162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algolia","dbt","metadata","search"],"created_at":"2024-10-02T20:05:13.147Z","updated_at":"2025-04-24T02:53:24.475Z","avatar_url":"https://github.com/louisguitton.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbt-metadata-utils\n\n\u003e Parse dbt artifacts, enrich them, and search them with Algolia.\n\nCheck the online demo at \u003chttps://dbt-metadata-utils.guitton.co/\u003e\n\n![](docs/dbt-search-app.png)\n![](docs/architecture.png)\n\n## Prerequisites\n\nAll you will need is:\n\n- your already existing dbt project in a git repository locally\n- clone dbt-metadata-utils on the same machine than your dbt project\n- create one Algolia account (and API key)\n- create one Algolia app inside that account\n- create `.env` file following `.env.example` and fill in your config values from the Algolia dashboard\n\nFor the dbt project, we will use one of the [example projects](https://docs.getdbt.com/faqs/example-projects/) listed on the dbt docs: the [jaffle_shop](https://github.com/fishtown-analytics/jaffle_shop) codebase.\n\n## Local Usage\n\nFor testing things out with this project, one option is to work in your local environment.\n\nInstall the dependencies (in a virtual environment) with the following command:\n\n```sh\nmake install\n```\n\nThen index records into your Algolia search index:\n\n```sh\nmake update-git-metadata\nmake update-index\n```\n\nFinally, start the search webapp:\n\n```sh\nmake run\n```\n\n## Docker-compose Usage\n\nWhether you want a way to deploy dbt-metadata-utils in production or if simply you're running into issues, you can start the project using `docker-compose`:\n\n```sh\ndocker-compose up\nopen http://localhost:8080\n```\n\n## Development\n\n```sh\nmake develop\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisguitton%2Fdbt-metadata-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouisguitton%2Fdbt-metadata-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisguitton%2Fdbt-metadata-utils/lists"}