{"id":21558149,"url":"https://github.com/koopjs/koop-exporter","last_synced_at":"2025-03-18T03:28:06.465Z","repository":{"id":143883284,"uuid":"48812138","full_name":"koopjs/koop-exporter","owner":"koopjs","description":"Plugin for Koop that transforms data into static file formats","archived":false,"fork":false,"pushed_at":"2022-12-09T21:34:15.000Z","size":26,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-24T10:47:17.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/koopjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.MD","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":"2015-12-30T17:36:38.000Z","updated_at":"2020-06-03T19:02:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"12bd3a82-4692-409f-a1c1-6182944ba814","html_url":"https://github.com/koopjs/koop-exporter","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/koopjs%2Fkoop-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koopjs%2Fkoop-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koopjs","download_url":"https://codeload.github.com/koopjs/koop-exporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244149189,"owners_count":20406329,"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-24T08:14:06.330Z","updated_at":"2025-03-18T03:28:06.460Z","avatar_url":"https://github.com/koopjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koop-Exporter\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/koopjs/koop-exporter.svg)](https://greenkeeper.io/)\n*Exporter plugin for Koop*\n\n[![npm][npm-img]][npm-url]\n[![travis][travis-image]][travis-url]\n\n## Requirements\n- A Koop cache must be registered\n- GDAL must be installed on the local machine\n\n## Installation\n### From package\n`npm install koop-exporter`\n\n### From source\n```bash\ngit clone https://www.github.com/koopjs/koop-exporter\ncd koop-exporter\nnpm install -g babel\nnpm install\nnpm run compile\n```\n\n## Usage\n```javascript\nconst config = require('config')\nconst Koop = require('koop')\nconst koop = Koop(config)\nconst Cache = require('koop-pgcache')\nconst Exporter = require('koop-exporter')\n// exporter depends on Koop-Cache so register it first\nkoop.register(Cache)\n// koop will instantiate a new Exporter with the cache plugged in\nkoop.register(Exporter)\n```\n\n[npm-img]: https://img.shields.io/npm/v/koop-exporter.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/koop-exporter\n[travis-image]: https://img.shields.io/travis/koopjs/koop-exporter.svg?style=flat-square\n[travis-url]: https://travis-ci.org/koopjs/koop-exporter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Fkoop-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoopjs%2Fkoop-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoopjs%2Fkoop-exporter/lists"}