{"id":15217929,"url":"https://github.com/cspanring/ember-cartodb-adapter","last_synced_at":"2025-08-03T16:37:49.932Z","repository":{"id":13395302,"uuid":"16083603","full_name":"cspanring/ember-cartodb-adapter","owner":"cspanring","description":"Ember Data Adapter for using CartoDB as data persistence layer.","archived":false,"fork":false,"pushed_at":"2016-07-27T13:22:37.000Z","size":506,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-29T12:07:31.928Z","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/cspanring.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}},"created_at":"2014-01-20T21:11:37.000Z","updated_at":"2016-07-27T13:22:38.000Z","dependencies_parsed_at":"2022-09-25T07:50:47.965Z","dependency_job_id":null,"html_url":"https://github.com/cspanring/ember-cartodb-adapter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cspanring%2Fember-cartodb-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cspanring%2Fember-cartodb-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cspanring%2Fember-cartodb-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cspanring%2Fember-cartodb-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cspanring","download_url":"https://codeload.github.com/cspanring/ember-cartodb-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856699,"owners_count":16556082,"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-09-28T12:08:11.988Z","updated_at":"2024-10-12T05:22:16.264Z","avatar_url":"https://github.com/cspanring.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ember CartoDB Adapter\n\nThis is a [CartoDB][1] adapter for [Ember Data][2] 1.0 beta 6, that extends the built-in default data adapter. Please note that Ember Data and this CartoDB adapter are both works in progress, use with caution.\n\n## Download\n\n* [ember-cartodb-adapter.js][3] (5.5 kB)\n\n\n## Usage\n\n    App.ApplicationAdapter = DS.CartoDBAdapter.extend({\n        accountName: '\u003cCartDB Account Name\u003e',\n        tablePrefix: '\u003cTableprefix\u003e',\n        // DANGERZONE: GIVES WRITE ACCESS TO YOUR CARTODB ACCOUNT. DON'T USE IT ON PUBLIC SITES!\n        apiKey: '\u003cCartoDB API Key\u003e'\n    });\n\nView a [simple example][4].\n\n\n## Issues\n\n* CartoDB table names must correspond to the plural version of your Ember Data Model names. E.g. The adapter will look for the table `playgrounds` to find data about a model called `Playground`.\n* Currently only GeoJSON Points (WGS84) are supported. The adapter is more a proof-of-concept.\n* All data found in a CartoDB table is stored in the `properties` property of your Ember Data Model.\n* `BelongsTo` and `Many` relations are not (yet) supported.\n\n\n[1]: http://cartodb.com/\n[2]: http://github.com/emberjs/data\n[3]: http://raw.github.com/cspanring/ember-cartodb-adapter/master/ember-cartodb-adapter.js\n[4]: http://cspanring.github.io/ember-cartodb-adapter/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcspanring%2Fember-cartodb-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcspanring%2Fember-cartodb-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcspanring%2Fember-cartodb-adapter/lists"}