{"id":16416378,"url":"https://github.com/igapyon/oiyokan-demosite","last_synced_at":"2026-05-13T21:32:56.810Z","repository":{"id":49999515,"uuid":"367028901","full_name":"igapyon/oiyokan-demosite","owner":"igapyon","description":"Demosite","archived":false,"fork":false,"pushed_at":"2021-06-06T12:18:52.000Z","size":4246,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"devel","last_synced_at":"2025-11-16T21:22:58.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/igapyon.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":"2021-05-13T11:34:36.000Z","updated_at":"2023-02-09T00:20:42.000Z","dependencies_parsed_at":"2022-09-10T00:40:24.259Z","dependency_job_id":null,"html_url":"https://github.com/igapyon/oiyokan-demosite","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/igapyon/oiyokan-demosite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Foiyokan-demosite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Foiyokan-demosite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Foiyokan-demosite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Foiyokan-demosite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igapyon","download_url":"https://codeload.github.com/igapyon/oiyokan-demosite/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Foiyokan-demosite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33000908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"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":"2024-10-11T07:09:07.422Z","updated_at":"2026-05-13T21:32:56.763Z","avatar_url":"https://github.com/igapyon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oiyokan DemoSite\n\nThis is the Oiyokan demo site, available under the Apache license, where you can experience the OData v4 Server for free.\n\n## Provide Sakila DVD rental as OData v4 Server.\n\n- This demo site uses Oiyokan to provide the [Sakila DVD rental](https://www.jooq.org/sakila) stored in the h2 database as an OData v4 Server.\n- Metadata of OData v4 is provided at [$metadata](http://localhost:8080/odata4.svc/$metadata).\n- [Source code at github](https://github.com/igapyon/oiyokan-demosite).\n\n## Getting Started with the Oiyokan\n\nGetting Started with the Oiyokan can be viewed at the following URL (written in Japanese).\n\n- https://qiita.com/igapyon/items/3fbdb0f3d3520a54f2a9\n\n## Supported OData Method\n\n| HTTP method               | 対応する SQL | 準拠する OData specification 記述               |\n| ------                    | ------            | ------                                             |\n| GET                       | SELECT            | [Request](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_RequestingData) ([Individual](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_RequestingIndividualEntities), [Query](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionselect)) |\n| POST                      | INSERT            | [Create](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_CreateanEntity) |\n| PATCH                     | UPSERT            | [Update](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_UpdateanEntity) |\n| PATCH (If-Match=\"*\")      | UPDATE            | [Update with header If-Match](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_HeaderIfMatch) |\n| PATCH (If-None-Match=\"*\") | INSERT            | [Update with header If-None-Match](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_HeaderIfNoneMatch) |\n| DELETE                    | DELETE            | [Delete](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_DeleteanEntity) |\n\n## Supported OData system query options\n\n- $select\n- $count\n- $filter\n- $orderby\n- $top\n- $skip\n- Note: In Oiyokan 1.x, $search and $expand are not supported.\n\n## Oiyokan in Maven repository\n\n- [Maven Repository - Oiyokan](https://mvnrepository.com/artifact/jp.igapyon.oiyokan)\n\n## Oiyokan 関連リポジトリ \n\n- [Oiyokan Library - github](https://github.com/igapyon/oiyokan)\n- [Oiyokan Initializr - github](https://github.com/igapyon/oiyokan-initializr)\n- [Oiyokan Demosite - github](https://github.com/igapyon/oiyokan-demosite)\n- [Oiyokan Demosite-Test - github](https://github.com/igapyon/oiyokan-demosite-test)\n\n# Try the Oiyokan OData v4 sample server\n\n## Local\n\nYou can run OData v4 DemoSite server at your computer.\n\nCheck out source code repository and you can run it as Spring Boot Web Server.\n\n```sh\nmvn package spring-boot:run\n```\n\n## Heroku\n\nYou can find the running Oiyokan DemoSite server at Heroku.\n\n- https://oiyokan.herokuapp.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Foiyokan-demosite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figapyon%2Foiyokan-demosite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Foiyokan-demosite/lists"}