Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 3.05 KB

README.md

File metadata and controls

65 lines (43 loc) · 3.05 KB

Oiyokan DemoSite

This is the Oiyokan demo site, available under the Apache license, where you can experience the OData v4 Server for free.

Provide Sakila DVD rental as OData v4 Server.

Getting Started with the Oiyokan

Getting Started with the Oiyokan can be viewed at the following URL (written in Japanese).

Supported OData Method

HTTP method 対応する SQL 準拠する OData specification 記述
GET SELECT Request (Individual, Query)
POST INSERT Create
PATCH UPSERT Update
PATCH (If-Match="*") UPDATE Update with header If-Match
PATCH (If-None-Match="*") INSERT Update with header If-None-Match
DELETE DELETE Delete

Supported OData system query options

  • $select
  • $count
  • $filter
  • $orderby
  • $top
  • $skip
  • Note: In Oiyokan 1.x, $search and $expand are not supported.

Oiyokan in Maven repository

Oiyokan 関連リポジトリ

Try the Oiyokan OData v4 sample server

Local

You can run OData v4 DemoSite server at your computer.

Check out source code repository and you can run it as Spring Boot Web Server.

mvn package spring-boot:run

Heroku

You can find the running Oiyokan DemoSite server at Heroku.