Indranil Banerjee 3 Posted July 11, 2019 Share Posted July 11, 2019 Our data is in Relational Database tables and a lot of complex joins are needed to generate an entity. Can we use TIBCO DV to pre-format the data in JSON format and just serve up the JSON data when a consumer needs the data Or is the JSON preparation done at the time the consumer call is received Link to comment Share on other sites More sharing options...
Motsu Aboshi Posted July 12, 2019 Share Posted July 12, 2019 Presuming you're speaking about web based (REST) access, the JSON is generated at the time of the request - the data is always live, and accurate to the underlying view/data source. The general solution to thisis normally to cache the complex query, and serve your published web service from the cache: - Create a view containing your complex query - Cache it using single or multi-table caching - Publish the view as a web service Is there something specific in your use case that would preclude a solution like this Link to comment Share on other sites More sharing options...
Deepak Kuletha Posted October 12, 2019 Share Posted October 12, 2019 Hi , You can create base view or procedure on top of your source JSON data and publish them as web services (REST) . Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now