514-labs / moose

The developer framework for your data & analytics stack
https://www.moosejs.com
MIT License
24 stars 6 forks source link

Expose moose processes on an API #1462

Open linear[bot] opened 3 weeks ago

linear[bot] commented 3 weeks ago

moose-cli dev could expose the processes and their metadata through an API. moose-cli ps would just call this API instead of using lsof to figure out processes from ports. Also allows us to get node & other child tokio processes without hacks.

linear[bot] commented 3 weeks ago

514-1085 Expose moose processes on an API