Hacker News new | ask | show | jobs
by Puchaczov 2897 days ago
Easily accessible thing you can do is to write a plugin that takes data from database or databases and combine them with the second plugin that gets data from your rest api
1 comments

Is that plugin system documented? I thought I read that it was on the roadmap but not an existing feature.
look here: https://github.com/Puchaczov/Musoq/wiki/Plugins

You can also look how implemented are default plugins, especially flat file one, it's pretty easy

https://github.com/Puchaczov/Musoq/tree/master/Musoq.Schema....