{"id":19944396,"url":"https://github.com/dataform-co/dataform-snowplow","last_synced_at":"2025-03-01T13:41:15.581Z","repository":{"id":97867685,"uuid":"229721910","full_name":"dataform-co/dataform-snowplow","owner":"dataform-co","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-10T21:50:55.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-12T05:11:21.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/dataform-co.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}},"created_at":"2019-12-23T09:40:41.000Z","updated_at":"2022-06-07T15:56:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f8f5359-f77d-4678-afcd-b77a918c6d97","html_url":"https://github.com/dataform-co/dataform-snowplow","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/dataform-co%2Fdataform-snowplow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-snowplow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-snowplow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataform-co%2Fdataform-snowplow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataform-co","download_url":"https://codeload.github.com/dataform-co/dataform-snowplow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374518,"owners_count":19952544,"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":[],"created_at":"2024-11-13T00:20:32.611Z","updated_at":"2025-03-01T13:41:15.544Z","avatar_url":"https://github.com/dataform-co.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dataform-snowplow\n\nCommon data models for snowplow data, including page views, sessions and users.\n\n## Install the package\n\nTODO\n\n## Configure the package\n\nCreate a new JS file in your `definitions/` folder and create the snowplow tables with the following example:\n\n```js\nconst snowplow = require(\"@dataform/snowplow\");\n\nsnowplow({\n  // the name of your snowplow schema\n  snowplowSchema: \"atomic\",\n  // heartbeat interval setting from the javascript tracker\n  heartBeatSeconds: 10,\n  // minimumVisitLength setting from the javascript tracker\n  minimumVisitLengthSeconds: 30,\n  // Default configuration applied to all produced datasets.\n  defaultConfig: {\n    schema: \"snowplow_package_example\",\n    tags: [\"snowplow\"],\n    type: \"view\"\n  }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataform-co%2Fdataform-snowplow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataform-co%2Fdataform-snowplow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataform-co%2Fdataform-snowplow/lists"}