{"id":28780609,"url":"https://github.com/nlesc/eecology-cartodb","last_synced_at":"2026-02-08T15:02:05.798Z","repository":{"id":35503314,"uuid":"39773184","full_name":"NLeSC/eEcology-CartoDB","owner":"NLeSC","description":"Documentation and script to setup a CartoDB server with eEcology tables","archived":false,"fork":false,"pushed_at":"2017-10-20T11:34:29.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-22T09:33:48.740Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/NLeSC.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":"2015-07-27T12:27:28.000Z","updated_at":"2021-10-29T22:03:14.000Z","dependencies_parsed_at":"2022-09-12T15:22:08.371Z","dependency_job_id":null,"html_url":"https://github.com/NLeSC/eEcology-CartoDB","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/NLeSC/eEcology-CartoDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLeSC%2FeEcology-CartoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLeSC%2FeEcology-CartoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLeSC%2FeEcology-CartoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLeSC%2FeEcology-CartoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NLeSC","download_url":"https://codeload.github.com/NLeSC/eEcology-CartoDB/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NLeSC%2FeEcology-CartoDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29234154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T14:18:14.570Z","status":"ssl_error","status_checked_at":"2026-02-08T14:18:14.071Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-17T18:07:25.118Z","updated_at":"2026-02-08T15:02:05.760Z","avatar_url":"https://github.com/NLeSC.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# eEcology-CartoDB\nDocumentation and script to setup a CartoDB server with eEcology tables\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1033929.svg)](https://doi.org/10.5281/zenodo.1033929)\n\nSetup cartodb machine see [setup.md](setup.md)\n\n# Create tables\n\nThe `gps.ee_*_limited` views from db.e-ecology.sara.nl have been converted in cartodb tables in `gps_limited.cartodb.ddl.sql`.\nTables can be created with:\n\n    # Retrieve organization database name\n    ORGANIZATION_DB=`echo \"SELECT database_name FROM users u JOIN organizations o ON u.id=o.owner_id WHERE o.name='ee'\" | sudo -u postgres psql -t carto_db_production`\n    # Create gps schema in organization database\n    # Create tables in gps schema\n    # Grant organization select rights on tables\n    psql -U postgres $ORGANIZATION_DB \u003c gps_limited.cartodb.ddl.sql\n\n# Export tables\n\nUses postgresql copy command to dump data from the `gps.ee_*_limited` views at db.e-ecology.sara.nl\n\n    psql -U someone -h db.e-ecology.sara.nl eecology \u003c export.psql\n\n# Import tables\n\nImport data using postgresql copy command\n\n    psql -U cartodb $ORGANIZATION_DB \u003c import.psql\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlesc%2Feecology-cartodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlesc%2Feecology-cartodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlesc%2Feecology-cartodb/lists"}