Hacker News new | ask | show | jobs
by duncan-donuts 2897 days ago
What about including data from an actual database? Having a union of data from, say, a rest api and data I have in my database would be really neat.
1 comments

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
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....