{"id":35067256,"url":"https://github.com/jonathan-foucher/spring-boot-csv-api-example","last_synced_at":"2026-05-21T00:02:36.543Z","repository":{"id":281264674,"uuid":"944619242","full_name":"jonathan-foucher/spring-boot-csv-api-example","owner":"jonathan-foucher","description":"An example of HTTP API consuming and producing CSV files with spring-boot","archived":false,"fork":false,"pushed_at":"2025-03-09T22:58:32.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T01:47:43.610Z","etag":null,"topics":["csv-export","csv-import","jackson-dataformat-csv","java","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathan-foucher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-03-07T17:05:37.000Z","updated_at":"2025-03-09T22:58:35.000Z","dependencies_parsed_at":"2025-03-07T23:36:05.212Z","dependency_job_id":null,"html_url":"https://github.com/jonathan-foucher/spring-boot-csv-api-example","commit_stats":null,"previous_names":["jonathan-foucher/spring-boot-csv-api-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonathan-foucher/spring-boot-csv-api-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-csv-api-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-csv-api-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-csv-api-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-csv-api-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathan-foucher","download_url":"https://codeload.github.com/jonathan-foucher/spring-boot-csv-api-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathan-foucher%2Fspring-boot-csv-api-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33281310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["csv-export","csv-import","jackson-dataformat-csv","java","spring-boot"],"created_at":"2025-12-27T11:37:40.686Z","updated_at":"2026-05-21T00:02:36.506Z","avatar_url":"https://github.com/jonathan-foucher.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\nThis project is an example of a HTTP API consuming and producing CSV files with Spring Boot.\n\n## Run the project\n### Database\nInstall postgres locally or run it through docker with :\n```\ndocker run -p 5432:5432 -e POSTGRES_DB=movie_db -e POSTGRES_USER=user -e POSTGRES_PASSWORD=user postgres\n```\n\n### Application\nOnce the postgres database has started, you can launch the Spring Boot project and try it out.\n\nGet all movies as CSV\n```\ncurl --request GET \\\n  --url http://localhost:8090/csv-api-example/movies\n```\n\nCreate movies from CSV\n```\ncurl --request POST \\\n  --url http://localhost:8090/csv-api-example/movies \\\n  --header 'content-type: text/csv' \\\n  --data 'id,title,release_date\n,\"Some movie\",2022-02-22\n,\"Some other movie\",2022-02-23\n,\"Some third movie\",2018-12-14\n'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathan-foucher%2Fspring-boot-csv-api-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathan-foucher%2Fspring-boot-csv-api-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathan-foucher%2Fspring-boot-csv-api-example/lists"}