HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zifeo

no profile record

Submissions

GatewayD: Like API Gateways, for Databases

github.com
1 points·by zifeo·3 ปีที่แล้ว·0 comments

A planning and execution engine for GraphQL

grafast.org
3 points·by zifeo·3 ปีที่แล้ว·0 comments

Batect: Build and testing environments as code tool

github.com
4 points·by zifeo·3 ปีที่แล้ว·0 comments

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

github.com
1 points·by zifeo·3 ปีที่แล้ว·0 comments

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

github.com
10 points·by zifeo·3 ปีที่แล้ว·3 comments

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

github.com
2 points·by zifeo·3 ปีที่แล้ว·0 comments

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

github.com
7 points·by zifeo·4 ปีที่แล้ว·0 comments

comments

zifeo
·3 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
Thanks for the feedback, we are non-english speakers trying our best. Will review them soon.
zifeo
·3 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
We migrated a few month ago from doppler to infisical as the latter supports end-to-end encryption and happy so far!
zifeo
·3 ปีที่แล้ว·discuss
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 ปีที่แล้ว·discuss
The team will be watching and happy to answer any question :).