question

DonSinclair-5148 avatar image
0 Votes"
DonSinclair-5148 asked RobertBrown-7181 commented

Which Azure tools should I use to create a subscribable data project for Stock market indicators?

I am trying to figure out whether to use Azure or AWS. I currently pull daily stock price data and perform analysis of technical indicators and candles using a Python module and a .NET library in Visual Studio and I store the results in SQL server. I ultimately want to build an OLAP multi-dimensional analysis solution, but before I get to that, I would like to sell the calculated indicators and candlesticks and Fibonacci ratios for about 15 stock exchanges to subscribers who can pull the raw data, via API-call or other method each day. Ideally, they would have their own API-key or some other identifier which they would append to an API call via URL to pull the data in JSON or CSV format. They would be billed based on the amount of data they pull, or they would pay a flat rate and be limited to a certain amount of API calls.
Which Azure products could I use to facilitate this? I will probably ask this same question in an AWS forum.
Thanks

azure-sql-databasesql-server-analysis-services
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

LukasYu-msft avatar image
0 Votes"
LukasYu-msft answered RobertBrown-7181 commented

Multi-dimensional OLAP is not supported in Azure. You could only use it in a VM.

I think your need could be quite satisfied by Power BI Service, along with Power BI reporting service.

Take a look into their ability you may find what you need.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

it seem though that this is more of a corporate solution, whereby you sign up and all your employees can sign in, via active directory, or SSO or whatever. I am looking to sign up strangers.

0 Votes 0 ·