Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

Can TIBCO DV expose data to consumers in the form of JSON


Indranil Banerjee 3

Recommended Posts

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

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

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...