From aa9de290c35a0fa29f5d81fcc172f08b68945e82 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 29 Oct 2019 23:26:00 -0700 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index e4f2866..1361c19 100644 --- a/FAQ.md +++ b/FAQ.md @@ -13,6 +13,8 @@ If using `weed filer`, just send one HTTP POST to write, or one HTTP GET to read If using SeaweedFS for block storage, you may try to reuse some existing libraries. +The internal management APIs are in gRPC. You can generate the language bindings for your own purpose. + ### Does it support FUSE? Yes.