Tana
Tana

Reputation: 306

It is possible to create an API call to SQL database?

Well, probably this is a stupid question, but after to surfing the web the last week...this is my last shot.

Questions:

FYI Currently I cannot use cloud vendors or third party tools to do the transformation :(. But if there is a strong tool/vendor maybe I can negotiate it.

I have consulted:

Any ideas?

Upvotes: 0

Views: 788

Answers (1)

The Forge
The Forge

Reputation: 11

Try rolling out redash with the bitnami stack. It's free, as in speech.

Bitnami will take care of setting up https etc if you do it on AWS. You need a t2-small I think. There's how-tos for let's encrypt etc also.

You can dish out links to "widgets" with an embedded API key. The widgets can be json or csv. They will only provide access to predefined data queries, but you can get that data from anywhere, not just your SQL server.

Upvotes: 1

Related Questions