HackerTrans
トップ新着トレンドコメント過去質問紹介求人

zifeo

no profile record

投稿

GatewayD: Like API Gateways, for Databases

github.com
1 ポイント·投稿者 zifeo·3 年前·0 コメント

A planning and execution engine for GraphQL

grafast.org
3 ポイント·投稿者 zifeo·3 年前·0 コメント

Batect: Build and testing environments as code tool

github.com
4 ポイント·投稿者 zifeo·3 年前·0 コメント

Show HN: Whiz – DAG/tasks runner for monorepos, alternative to Concurrently

github.com
1 ポイント·投稿者 zifeo·3 年前·0 コメント

Show HN: Metatype – an open-source HTTP/GraphQL query engine for APIs/data/WASM

github.com
10 ポイント·投稿者 zifeo·3 年前·3 コメント

Show HN: Lade – automatically load secrets from your preferred vault as env vars

github.com
2 ポイント·投稿者 zifeo·3 年前·0 コメント

Infisical: Self-host and distribute your secrets to your team

github.com
7 ポイント·投稿者 zifeo·4 年前·0 コメント

コメント

zifeo
·3 年前·議論
For now, we mostly focus on building solid foundations and having a design that can be easily extended by the users. It is already run in production at some local companies and we will see whether this is more adoptions in the next months.

Regarding backwards compatibility, we believe that GraphQL's approach is kind of incomplete and that more guarantees can be provided by the server. Nothing concrete yet, but happy to exchange a few ideas!
zifeo
·3 年前·議論
Prisma is one of the runtime currently supported [1]. Metatype enables you to compose multiple runtimes together. Let's say you have model/struct product (id, name, similarProducts), the two first attributes may be stored in Prisma (like you would do it normally), the third one can come from another runtime such as an HTTP api and the engine will take care of resolving the data together. You can also add an authorization policy on any of the fields.

[^1] https://metatype.dev/docs/reference/runtimes
zifeo
·3 年前·議論
Thanks for the feedback, we are non-english speakers trying our best. Will review them soon.
zifeo
·3 年前·議論
There is a whole section with use cases and code examples on the website (crud, backend for frontend, function-as-a-service, iam provider and more): https://metatype.dev/use-cases/automatic-crud-validation
zifeo
·3 年前·議論
That's the reason we have developed field-level access control [1] with policies on the top of rating-limiting [2] for Metatype.

[^1] https://metatype.dev/docs/tutorials/policies-and-materialize...

[^2] https://metatype.dev/docs/tutorials/authentication-and-secur...
zifeo
·3 年前·議論
We migrated a few month ago from doppler to infisical as the latter supports end-to-end encryption and happy so far!
zifeo
·3 年前·議論
WMWare labs [1] managed to compile Python/Ruby/PHP into WASM distributions. This works if you want to run the language interpreter but is limited when you want your WASM runtime to run in parallel of your own program. This leads to the creation of the "reactor" concept by the community [2].

In the python WASI reactor, we load the libpython compiled for WASM and add a Rust reactor layer. Currently, it supports dynamic registration of Python lambdas and we are working on adding support for whole functions/packages.

[1] https://github.com/vmware-labs/webassembly-language-runtimes [2] https://github.com/bytecodealliance/wasmtime/blob/main/docs/...
zifeo
·3 年前·議論
The team will be watching and happy to answer any question :).