openblocks-dev / openblocks

🔥 🔥 🔥 The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.88k stars 360 forks source link

May I know the purpose of node service compare with API Service #314

Open noway55m opened 1 year ago

noway55m commented 1 year ago

I just wanna understand the node service purpose, looks most api service come from java api service. But what is the node service responsible for ?! The code shows that is relative plugin and runJS, may i know more the detail about the feature ?!

sarike commented 1 year ago

@noway55m currently, the node service is mainly used to serve data source plugins. It provides an easier to develop a data source.

You can add any data source to Openblocks via adding a plugin in the plugins directory, and PRs are also welcome.

Documents about this is coming soon.

noway55m commented 1 year ago

@sarike thanks ur reply, looks more features support in the future, awesome !! And may i know why don't use java service directly ?!