{"id":26246200,"url":"https://github.com/zillow/intake-dal","last_synced_at":"2025-04-23T20:26:50.404Z","repository":{"id":53406832,"uuid":"203675359","full_name":"zillow/intake-dal","owner":"zillow","description":"Dataset abstraction over disparate storage systems (eg: bulk, streaming, serving, ...).","archived":false,"fork":false,"pushed_at":"2023-10-17T20:44:06.000Z","size":155,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T03:11:51.406Z","etag":null,"topics":["data","intake","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zillow.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-08-21T22:49:22.000Z","updated_at":"2021-10-24T01:24:23.000Z","dependencies_parsed_at":"2023-12-22T14:00:42.201Z","dependency_job_id":"6ea74745-183e-407a-95e4-2d7bc75bceaf","html_url":"https://github.com/zillow/intake-dal","commit_stats":{"total_commits":35,"total_committers":4,"mean_commits":8.75,"dds":0.5142857142857142,"last_synced_commit":"b827394cd6d3ace2f1dad9b20177b2d7685f5866"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fintake-dal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fintake-dal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fintake-dal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zillow%2Fintake-dal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zillow","download_url":"https://codeload.github.com/zillow/intake-dal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250508078,"owners_count":21442155,"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":["data","intake","python"],"created_at":"2025-03-13T13:17:36.647Z","updated_at":"2025-04-23T20:26:50.363Z","avatar_url":"https://github.com/zillow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://travis-ci.org/zillow/intake-dal.svg?branch=master\n    :target: https://travis-ci.org/zillow/intake-dal\n\n.. image:: https://coveralls.io/repos/github/zillow/intake-dal/badge.svg?branch=master\n    :target: https://coveralls.io/github/zillow/intake-dal?branch=master\n\n.. image:: https://readthedocs.org/projects/intake-dal/badge/?version=latest\n    :target: https://intake-dal.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n\nWelcome to Intake DAL (data access layer) plugin\n==================================================\nThis `Intake \u003chttps://intake.readthedocs.io/en/latest/quickstart.html\u003e`_ plugin helps\nabstract a dataset over disparate storage systems (eg: bulk, streaming, serving, ...).\nIt also provides an easy way to specialize a\n`hierarchical catalog \u003chttps://github.com/zillow/intake-nested-yaml-catalog/\u003e`_\nto a default DAL storage system.\n\n\nSample Catalog source entry:\n\n.. code-block:: yaml\n\n    user_events:\n      driver: dal\n      args:\n        default: 'local'\n        storage:\n          local: 'csv://{{ CATALOG_DIR }}/data/user_events.csv'\n          serving: 'in-memory-kv://foo'\n          batch: 'parquet://{{ CATALOG_DIR }}/data/user_events.parquet'\n\nExample code using sample catalog:\n\n.. code-block:: python\n\n  # Specialize the catalog dal default storge mode datasources\n  # to be \"serving\".\n  cat = DalCatalog(path, storage_mode=\"serving\")\n\n  # reads from the serving storage system\n  # using the in-memory-kv Intake plugin\n  df = cat.user_events.read()\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillow%2Fintake-dal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzillow%2Fintake-dal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzillow%2Fintake-dal/lists"}