{"id":25759320,"url":"https://github.com/planet-a-ventures/dlt-source-morphais","last_synced_at":"2026-06-17T07:32:16.038Z","repository":{"id":277897171,"uuid":"930853998","full_name":"planet-a-ventures/dlt-source-morphais","owner":"planet-a-ventures","description":"DLT (www.github.com/dlt-hub/dlt) source for Morphais (www.morphais.com)","archived":false,"fork":false,"pushed_at":"2026-04-16T18:54:29.000Z","size":171,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T20:33:45.899Z","etag":null,"topics":["data-engineering","data-load-tool","data-loading","dlt","dlthub","morphais","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/planet-a-ventures.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-11T10:18:02.000Z","updated_at":"2025-10-07T15:32:26.000Z","dependencies_parsed_at":"2025-10-07T17:26:26.654Z","dependency_job_id":"dcde0924-5503-4326-8937-724395606e2a","html_url":"https://github.com/planet-a-ventures/dlt-source-morphais","commit_stats":null,"previous_names":["planet-a-ventures/dlt-source-morphais"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/planet-a-ventures/dlt-source-morphais","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-a-ventures%2Fdlt-source-morphais","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-a-ventures%2Fdlt-source-morphais/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-a-ventures%2Fdlt-source-morphais/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-a-ventures%2Fdlt-source-morphais/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/planet-a-ventures","download_url":"https://codeload.github.com/planet-a-ventures/dlt-source-morphais/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/planet-a-ventures%2Fdlt-source-morphais/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34439295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-engineering","data-load-tool","data-loading","dlt","dlthub","morphais","python"],"created_at":"2025-02-26T17:30:02.099Z","updated_at":"2026-06-17T07:32:16.032Z","avatar_url":"https://github.com/planet-a-ventures.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ndescription: dlt source for morphais.com\nkeywords: [Morphais API, morphais.com]\n---\n\n# dlt-source-morphais\n\n[![PyPI version](https://img.shields.io/pypi/v/dlt-source-morphais)](https://pypi.org/project/dlt-source-morphais/)\n\n[DLT](https://dlthub.com/) source for [Morphais](https://www.morphais.com/).\n\nCurrently loads the following data:\n\n| Table | Contains |\n| -- | -- |\n| `persons` | Items of the `Person` model with all properties |\n| `persons_*` | Multi-value properties derived of the `Person` model |\n| `highlights` | Unique [highlights](https://morphais.readme.io/reference/filter-functions#highlights) |\n| `audiences` | Unique audiences (B2B, B2C, etc.)  |\n| `legal_forms` | Unique legal forms (GmbH, Ltd., etc.) |\n| `funding_stages` | Unique funding stages (Pre-Seed, Seed, etc.)  |\n| `industries` | Unique [industries](https://morphais.readme.io/reference/filter-functions#industries) |\n| `solutions` | Unique [solutions](https://morphais.readme.io/reference/filter-functions#solutions) |\n| `startups` | Items of the `Startup` model with all properties |\n| `startups_*` | Multi-value properties derived of the `Startup` model |\n\n## Usage\n\nCreate a `.dlt/secrets.toml` with your API key and email:\n\n```toml\nmorphais_email=\"\u003cYOUR-EMAIL\u003e\"\nmorphais_api_key=\"\u003cYOUR_API_KEY\u003e\"\n```\n\nand then run the default source with optional list references:\n\n```py\nfrom dlt_source_morphais import source as morphais_source\n\npipeline = dlt.pipeline(\n   pipeline_name=\"morphais_pipeline\",\n   destination=\"duckdb\",\n   dev_mode=True,\n)\nmorphais_data = morphais_source()\npipeline.run(morphais_data)\n```\n\n## Development\n\nThis project is using [devenv](https://devenv.sh/).\n\nCommands:\n\n| Command | What does it do? |\n| -- | -- |\n| `generate-model` | generates the morphais Pydantic model from the current spec file, applies patches, etc. |\n| `update-spec` | Pulls in the latest `main#HEAD` of [planet-a-ventures/morphais-openapi-spec](https://github.com/planet-a-ventures/morphais-openapi-spec) |\n| `refresh-model` | Both commands above plus adds it to git and commits the changes. |\n| `format` | Formats \u0026 lints all code |\n| `sample-pipeline-run` | Runs the sample pipeline. By default `dev_mode=True` which fetches resources with a limit of 1 (page) |\n| `sample-pipeline-show` | Starts the streamlit-based dlt hub |\n\n### Run the sample\n\n```sh\nMORPHAIS_EMAIL=[...] \\\n   MORPHAIS_API_KEY=[...] \\\n   sample-pipeline-run\n```\n\nalternatively you can also create a `.dlt/secrets.toml`\n(excluded from git) with the following content:\n\n```toml\nmorphais_api_key=\"...\"\nmorphais_email=\"you@domain.com\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanet-a-ventures%2Fdlt-source-morphais","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplanet-a-ventures%2Fdlt-source-morphais","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplanet-a-ventures%2Fdlt-source-morphais/lists"}