Reputation: 4236
I am new to SharePoint technologies and trying to figure out its suitability for a product to be developed.
I am targeting using only SharePoint Foundation (not the server). Here are some of the key aspect of the target product:
Upvotes: 0
Views: 93
Reputation: 24422
So the key phrases are "data intensive", "lots of data... millions in a year", "complex queries".
The underlying platform needs to be built on a RDMS such as Sql Server/MySql/Oracle etc etc - not SharePoint lists.
There are many ways to do the rest of the project (interface for getting records in/out and reporting) including client apps, ASP.NET, RoR ... whatever fits in best with your corporate and personal expertise.
One of these UI options is an interface sitting in SharePoint - but that would still use the RDMS for the data store/query.
Upvotes: 1
Reputation: 11444
From what you have described, I dont see anything that Sharepoint could do to help you.
Use Sharepoint to create a community portal around sharing of documents and content.
Your requirements would be better suited to an ASP.NET MVC app with a reporting system or templated Excel downloads using OOXML or similar.
Upvotes: 1