Hasura VS PostGraphile

Southbig·2022년 11월 15일
0

Hasura와 PostGraphile의 차이점

Hasura를 모든 Postgres 데이터베이스에 즉각적인 실시간 GraphQL API를 배포하는 오픈 소스 GraphQL 엔진이라고 설명한다

모든 Postgres 데이터베이스에 즉각적인 실시간 GraphQL API를 배포하는 오픈 소스 GraphQL 엔진이다

PostGraphile은 PostgreSQL 데이터베이스용 Instant GraphQL API, 독립 실행형 또는 Node.js 미들웨어로 사용, MIT 라이선스 OSS로 자세히 설명되어 있다

하나의 명령을 실행(또는 하나의 Node.js 미들웨어를 마운트)하고 PostgreSQL 데이터베이스를 위한 즉각적인 고성능 GraphQL API를 얻을 수 있다

Hasura는 기술 스택의 Platform as a Service 범주에 속하며 PostGraphile은 주로 Query Languages로 분류할 수 있다

  • Hasura가 제공하는 일부 기능
    • Stack-agnostic
    • Cloud-agnostic
    • Git push to deploy
  • PostGraphile 주요 기능
    • instant GraphQL schema via reflection over PostgreSQL database API
    • compiles complex GraphQL queries into very few SQL statements resulting in high performance
    • built entirely from plugins - heavily customisable
profile
즐겁게 살자

0개의 댓글