{"id":25740141,"url":"https://github.com/datadotworld/target-datadotworld","last_synced_at":"2025-05-08T21:14:32.118Z","repository":{"id":57473403,"uuid":"99586168","full_name":"datadotworld/target-datadotworld","owner":"datadotworld","description":"Singer.io target for data.world","archived":false,"fork":false,"pushed_at":"2023-12-03T08:40:03.000Z","size":53,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-08T21:14:25.086Z","etag":null,"topics":["dwstruct-t50-public-projects","reference-implementation","singer","singer-io","singer-target","target"],"latest_commit_sha":null,"homepage":"https://data.world","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/datadotworld.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-08-07T14:22:46.000Z","updated_at":"2025-04-01T21:35:17.000Z","dependencies_parsed_at":"2023-12-03T09:49:32.147Z","dependency_job_id":null,"html_url":"https://github.com/datadotworld/target-datadotworld","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.2142857142857143,"last_synced_commit":"c85a99d1615e9c0e6f3c7c91c894af14892588ec"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftarget-datadotworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftarget-datadotworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftarget-datadotworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftarget-datadotworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datadotworld","download_url":"https://codeload.github.com/datadotworld/target-datadotworld/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149618,"owners_count":21861740,"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":["dwstruct-t50-public-projects","reference-implementation","singer","singer-io","singer-target","target"],"created_at":"2025-02-26T08:36:40.405Z","updated_at":"2025-05-08T21:14:32.076Z","avatar_url":"https://github.com/datadotworld.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===================\ntarget-datadotworld\n===================\n\nA `Singer \u003chttps://singer.io\u003e`_ target that writes data to `data.world \u003chttps://data.world\u003e`_\n\nHow to use it\n=============\n\n``target-datadotworld`` works together with any other `Singer Tap \u003chttps://www.singer.io/#taps\u003e`_ to store on data.world\ndata extracted from sources like `SalesForce \u003chttps://github.com/singer-io/tap-salesforce\u003e`_, `HubSpot \u003chttps://github.com/singer-io/tap-hubspot\u003e`_, `Marketo \u003chttps://github.com/singer-io/tap-marketo\u003e`_, `MySQL \u003chttps://github.com/singer-io/tap-mysql\u003e`_  and `more \u003chttps://github.com/search?p=3\u0026q=org%3Asinger-io+tap-\u0026type=Repositories\u003e`_.\n\nInstall and Run\n---------------\n\nFirst, make sure Python 3.6 is installed on your system.\n\n``target-datadotworld`` can be run with any Singer Tap, but we'll use\n`tap-fixerio \u003chttps://github.com/singer-io/tap-fixerio\u003e`_ which pulls currency exchange rate data - as an example.\n\nThese commands will install ``tap-fixerio`` and ``target-datadotworld`` with pip,\nand then run them together, piping the output of ``tap-fixerio`` to\n``target-datadotworld``::\n\n  ? pip install target-datadotworld tap-fixerio \n  ? tap-fixerio | target-datadotworld -c config.json\n  INFO Replicating the latest exchange rate data from fixer.io\n  INFO Tap exiting normally\n\nThe data will be written to the dataset specified in ``config.json``. In this specific case, under a stream named ``exchange-rates``.\n\nIf you're using a different Tap, substitute ``tap-fixerio`` in the final\ncommand above with the command used to run your Tap.\n\nConfiguration\n-------------\n\n`target-datadotworld` requires configuration file that is used to store your data.world API token and dataset information.\n\nThe following attributes are required:\n\n* ``api_token``: Your data.world `API token \u003chttps://data.world/settings/advanced\u003e`_\n* ``dataset_id``: The title of the dataset where the data is to be stored. Must only contain lowercase letters, numbers, and dashes.\n\nAdditionally, the following optional attributes can be provided.\n\n* ``dataset_owner``: If not the same as the owner of the API token (e.g. if the dataset is to be accessed/created under an organization account, as opposed to the user's own)\n\nExample:\n\n.. code-block:: json\n\n    {\n        \"api_token\": \"your_token\",\n        \"dataset_id\": \"fixerio-data\",\n        \"dataset_owner\": \"my-company\",\n    }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadotworld%2Ftarget-datadotworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadotworld%2Ftarget-datadotworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadotworld%2Ftarget-datadotworld/lists"}