昨天自己构建了一个简单的hasura graphql-engine centos 7 二进制文件,可以使用
wget https://github.com/rongfengliang/graphql-engine-centos7/releases/download/1.0.0/graphql-engine
chmod +x graphql-engine
yum install -y libpqxx.x86_64
yum install -y unixODBC-devel
以上是简单的测试,而且以上构建存在一个问题,就是静态资源有问题,后边修复下,对于使用基本够用(可以使用容器先配置,然后使用此二进制运行)
https://github.com/rongfengliang/graphql-engine-centos7/releases