Loading views...
Hidra Collection 고급 기능 구현 1

Hidra Collection 고급 기능 구현 1

Date
Date
2020 May 21 0:0 → 2020 May 22 0:0
Created by
Created by
Seonglae ChoSeonglae Cho
Created time
Created time
2023 Feb 28 12:39
Last edited by
Last edited by
Seonglae ChoSeonglae Cho
Last edited time
Last edited time
2023 Apr 15 16:48
Refs
Refs

grpc

  1. 클라단 시도 에러
  • 서버에서만 된다
 
 
2. 서버 protoc 생성
특이한 방식으로 프로토콜 버퍼 뭐 생성하는데 서비스는 생성되는데 메시지는 플러그인으로 생성해줘야 하는듯
 
 
gRPC-web 삽질기
Javascript 기반으로 브라우저에서 gRPC를 사용하려고 하였지만, 적용하지 못한 내용에 대한 기록입니다. gRPC에 대해서 간략히 설명하고 gRPC 라이브러리를 이용하여 node.js 기반의 Application을 만드는 과정, 그리고 브라우저와 back-end 사이에 grpc-web을 사용하여 직접 통신할 수 없는 이유 를 작성하였습니다. gRPC는 Google이 개발한 고성능 오픈소스 범용 RPC 프레임워크입니다.
gRPC-web 삽질기
 
protoc
goog is not defined · Issue #651 · grpc/grpc-web
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or window. Reload to refresh your session. Reload to refresh your session.
goog is not defined · Issue #651 · grpc/grpc-web
 
 
Node.js로 Google Protobuf 사용하기
구글 protobuf는 XML이나 json과 같이 데이터 교환을 위해 만들어진 포맷으로 구글에서 제작하였다. json과는 다르게 바이너리 형태로 포맷이 이루어져있어서 json보다는 속도가 빠르다. 하지만, 별도의 컴파일러를 이용해서 스키마(데이터를 정의)파일을 컴파일을 해서 사용해야하기 때문에, 데이터 포맷을 변경하기가 json보다는 까다롭다는 단점이 있다. 또한, 구글에서 제공하는 RPC(Remote Procedure, 주로 서비스간 통신을 주고받을때 많이 사용 함, 비슷한 서비스로 apache thrift가 있다)프레임워크인 gRPC와 같이 쓰이는 경우가 많다.
Node.js로 Google Protobuf 사용하기
이런 녀석으로 컴파일 하면 바로쓸수 있는듯
 
 
 
 
노션도 딱히 일관적인 마진을 가지지 않는다
notion image
 
 
 
  • property list 에 사용
List group | Components | BootstrapVue
Properties router-link prop: Denotes the target route of the link. When clicked, the value of the to prop will be passed to router.push() internally, so the value can be either a string or a Location descriptor object router-link prop: Specify the event that triggers the link.
List group | Components | BootstrapVue

Schema type

  • grpc
    • host
    • file
  • number
  • http
  • string

Collection


Filter

back collection filter to get Record Value
insert filter, sort with no history
update collection
collection 이면 content 빼고 호출하고 query 확인
 
filter
sort string
updated at 시간 이상함
Parse date without timezone javascript
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Parse date without timezone javascript
 
 
property 다른 애들 안바뀌게
Mongoose Update should update nested object fields separately if arguments provided. · Issue #5285 · Automattic/mongoose
I've tried to found something related to my case, but it wasn't obvious, because it's not nested Schema below. If I'm doing wrong will be glad to know that. Do you want to request a feature or report a bug? I would like to have a feature...
Mongoose Update should update nested object fields separately if arguments provided. · Issue #5285 · Automattic/mongoose
이렇게 요청 보내는 거였다니..
 
sort number
 
 
 
 
 
 
 
 
 

Recommendations