mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-01-12 22:47:35 +08:00
add images to assets, update readme (#118)
This commit is contained in:
committed by
Shahidh K Muhammed
parent
87359fb9fc
commit
c8f8d98ff3
@@ -16,7 +16,7 @@ Hasura GraphQL Engine is a performant GraphQL server that provides **ready-to-us
|
||||
* **Make powerful queries**: built-in filtering, pagination, and pattern search arguments and operators
|
||||
* **Works with existing database**: point it to an existing, living Postgres database to instantly get a ready-to-use GraphQL API
|
||||
* **Fine-grained access control**: dynamic access control that integrates with your Auth
|
||||
* **Light-weight & performant**: 20MB docker image; ~60MB RAM @ 1000 req/s; multi-core aware
|
||||
* **Light-weight & performant**: ~15MB docker image; ~50MB RAM @ 1000 req/s; multi-core aware
|
||||
* **Dev friendly**: admin UI & Rails-inspired schema migrations
|
||||
* **Postgres** ❤️: supports Postgres types (PostGIS/geo-location, etc.), turns views to *graphs*, trigger stored functions or procedures with mutations
|
||||
|
||||
@@ -46,11 +46,11 @@ The Hasura GraphQL Engine fronts a Postgres database instance and can serve as a
|
||||
|
||||
The GraphQL Engine is a standalone, multi-core aware component that can be scaled vertically and horizontally.
|
||||
|
||||

|
||||

|
||||
|
||||
You can also place the engine behind a central GraphQL proxy that fronts multiple GraphQL APIs via schema stitching.
|
||||
|
||||

|
||||

|
||||
|
||||
## Client-side tooling
|
||||
|
||||
|
||||
BIN
assets/arch-stitching.png
Normal file
BIN
assets/arch-stitching.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/arch.png
Normal file
BIN
assets/arch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 117 KiB |
Reference in New Issue
Block a user