Hacker News new | ask | show | jobs
by bradbrewer 968 days ago
I'd like to use it but I have strict requirements for data not leaving our network
1 comments

Good news then :) Everything stays on your network. Actually, in most situations - everything stays completely client-side. Because the rules that the client executes are Wasm modules, all data inspections and transformations occur in the client itself.

There is a server component (that you host) - but it is only used for pushing rules/Wasm down to the SDKs and for facilitating tail - that's it.