Show HN: Musoq – Use SQL on various data sources
1–10 of 15 posts
Re: Show HN: Musoq – Use SQL on various data sources
#2Re: Show HN: Musoq – Use SQL on various data sources
#3What 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.
Re: Show HN: Musoq – Use SQL on various data sources
#4Quite similar in very high level concept.
Re: Show HN: Musoq – Use SQL on various data sources
#5Re: Show HN: Musoq – Use SQL on various data sources
#6What 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.
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
Re: Show HN: Musoq – Use SQL on various data sources
#7Have you looked at Apache Calcite? Quite similar in very high level concept.
Re: Show HN: Musoq – Use SQL on various data sources
#8Earlier quoted context omitted.
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.
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....
Re: Show HN: Musoq – Use SQL on various data sources
#9Tangentially related: check out the (awesome) Postgres foreign data wrappers (FDWs) and the multicorn scripting library to write them. There's 100s of connectors listed on the wiki. https://www.google.com/search?q=postgres+fdw
I was targeting to be succesor of LogParser more :)