search - searching/reporting with servicestack -


we have aging client/server based application clients connect directly our transactional database (ms sql server)... 99% of our business logic located in stored procedures.

we've been toying around building servicestack api on top of existing database. eventually, we'd migrate business logic servicestack api , make sole entry point crud operations. makes sense in head except reporting , searching.

my question this... allow crystal reports / excel / etc connect directly database pull data - makes writing reports flexible can join tables and/or write subqueries produce desired results.

how comparable accomplished when make our servicestack api entry point database?

is possible allow robust searching through servicestack api or there technology give same flexibility (joins, subqueries) , application tool build these reports in?

thanks.

i divide question in pieces , try give answer.

if want single endpoint using servicestack api , have database ready here article can you.

now, reports, instead of pulling database pull api , query. can help. more crystal report and/or ssrs, direct access of db good. means give more flexibility use. had work ssrs , doing only. again ssrs take collection data provider, check out if can same crystal reports.

searching little bit complicated servicestack , db. possible if exposing search api self. great if can move elastic search or lucane kind of stuff. more flexible , useful in case.

i hope have clear quires. if there please let me know.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -