메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


microservice 주문 생성 데이터 예시

총관리자 2022.04.30 14:23 조회 수 : 10

http://dev.gdime.com:8082/swagger-ui/#/order-controller/createUsingPOST

{
  "consumerId": 4,
  "deliveryAddress": {
    "city": "inchecon",
    "state": "bp-gu",
    "street1": "st1",
    "street2": "st2",
    "zip": "12123"
  },
  "deliveryTime": "2022-04-30T05:19:51.314Z",
  "lineItems": [
    {
      "menuItemId": "1",
      "quantity": 1
    }
  ],
  "restaurantId": 1
}

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로