{"id":26811397,"url":"https://github.com/eyedea-io/syncano-socket-csv","last_synced_at":"2025-03-30T01:38:31.704Z","repository":{"id":74004000,"uuid":"146807217","full_name":"eyedea-io/syncano-socket-csv","owner":"eyedea-io","description":"Socket for CSV generation","archived":false,"fork":false,"pushed_at":"2023-11-28T14:20:34.000Z","size":155,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T09:35:29.914Z","etag":null,"topics":["backup","csv","serverless","syncano","syncano-socket"],"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/eyedea-io.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":"2018-08-30T21:12:22.000Z","updated_at":"2019-04-08T12:32:35.000Z","dependencies_parsed_at":"2024-10-23T00:06:00.518Z","dependency_job_id":null,"html_url":"https://github.com/eyedea-io/syncano-socket-csv","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":0.3529411764705882,"last_synced_commit":"cfced44dc31d018c3d356f5835add3cb776311a6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyedea-io%2Fsyncano-socket-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyedea-io","download_url":"https://codeload.github.com/eyedea-io/syncano-socket-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246266276,"owners_count":20749754,"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":["backup","csv","serverless","syncano","syncano-socket"],"created_at":"2025-03-30T01:38:30.991Z","updated_at":"2025-03-30T01:38:31.696Z","avatar_url":"https://github.com/eyedea-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Syncano Socket for CSV generation\n\n[![Syncano Socket](https://img.shields.io/badge/syncano-socket-blue.svg)](https://syncano.io)\n[![CircleCI branch](https://img.shields.io/circleci/project/github/eyedea-io/syncano-socket-csv/master.svg)](https://circleci.com/gh/eyedea-io/syncano-socket-csv/tree/master)\n[![Codecov branch](https://img.shields.io/codecov/c/github/eyedea-io/syncano-socket-csv/master.svg)](https://codecov.io/github/eyedea-io/syncano-socket-csv/)\n[![npm](https://img.shields.io/npm/dw/@eyedea-sockets/csv.svg)](https://www.npmjs.com/package/@eyedea-sockets/csv)\n![license](https://img.shields.io/github/license/eyedea-io/syncano-socket-csv.svg)\n\nMain Socket features:\n\n* **csv/dump** — dump data from given class in CSV format\n\n## Getting Started\n\nInstall package in your project:\n\n```sh\ncd my_project\nnpm install @syncano/cli --save-dev\nnpm install @eyedea-sockets/csv --save\nnpx s deploy\n```\n\nUse it:\n\n```js\nimport Syncano from '@syncano/client'\n\nconst s = new Syncano(\u003cinstaneName\u003e)\n\n// Search for a user\nconst params = {\n  className: 'books'\n}\nconst csvBooks = await s.get('csv/dump', params)\n\n// '\"name\",\"age\"\\n\"mcj\",18\\n\"nik\",22'\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedea-io%2Fsyncano-socket-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyedea-io%2Fsyncano-socket-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyedea-io%2Fsyncano-socket-csv/lists"}