Third-party Tessitura Analytics Integrations

Is anyone out there integrating Tessitura Analytics with other software?  Anyone working on a project that will do this?  I haven't made any of the virtual coffees, so I'm afraid I don't know the current state of play..

Full disclosure: I'm working with the planning committee to develop a session specifically about this, and we are still looking for potential presenters.

Parents
  • you can definitely integrate the system underlying Tessitura Analytics (Sisense) with R.  In addition, there are a number of third party sisense and community plugins that can be used with Sisense.  You can also integrate Sisense with Amazon Echo.  I've investigated a number of these things. 

    However, once I get our environment up and running I discovered that because I'm on a Shared Instance of Sisense on RAMP.  I can not make any of these changes.  Only Tessitura Consulting staff are allowed to do customizations on RAMP Sisense.  I investigated getting off of a shared Sisense.  And discovered that the price to do this was going to be prohibitively expensive.  So all of those options are not on the table for me.  We have no budgeted extra for private systems or Consultant customizations. 

    I'm going to spend my effort getting data out of our database to do local data science activities.  This was one of the big disappointments for me over the last year.

    Regarding integrations of Tessitura Analytics with other software.  You are most likely to have to look at the big organizations.  I'd check with folks like over at AMNH.  Or other folks who have onsite instances.

    --Tom

Reply
  • you can definitely integrate the system underlying Tessitura Analytics (Sisense) with R.  In addition, there are a number of third party sisense and community plugins that can be used with Sisense.  You can also integrate Sisense with Amazon Echo.  I've investigated a number of these things. 

    However, once I get our environment up and running I discovered that because I'm on a Shared Instance of Sisense on RAMP.  I can not make any of these changes.  Only Tessitura Consulting staff are allowed to do customizations on RAMP Sisense.  I investigated getting off of a shared Sisense.  And discovered that the price to do this was going to be prohibitively expensive.  So all of those options are not on the table for me.  We have no budgeted extra for private systems or Consultant customizations. 

    I'm going to spend my effort getting data out of our database to do local data science activities.  This was one of the big disappointments for me over the last year.

    Regarding integrations of Tessitura Analytics with other software.  You are most likely to have to look at the big organizations.  I'd check with folks like over at AMNH.  Or other folks who have onsite instances.

    --Tom

Children
  • Hey Tom,

    Our team is taking a similar approach.  We see Analytics as a replacement to T-stats and a more user friendly ad-hoc reporting tool.  But for our BI team, we have been spending some time pulling data out of the database and doing R and Python notebooks for analysis.  

  • @grantoffermann2464

    I'm beginning to think about Tessitura Analytics in exactly the same way you are.  Tessitura Analytics is a T-Stats replacement for advanced users.  (Which by itself is Very Cool).  But, in its current form is not an approach to front end advanced analytics, like churn modeling, GIS, forecasting..

    You might be interested, I've got working code that can pull Tessitura Lists and output sets data through the REST API into an R based Jupyter Notebook.   If you are interested let me know.  Talked a little bit about this at last Friday's Build this about two weeks ago.  The idea is that you create a list and output set in Tessitura V15.  Then use R's httr library to pull JSON form the REST API to pull the content into a local store to do your analytics.  This works fairly well for me.  and I have been discussing this as an interesting approach for getting data for advanced analytics. 

    We are also working on a Python Library over in the Developers Slack Channel.  This is not yet able to pull long Tessitura lists/output sets. But, I'm working with the team over there toward that outcome.  Once we have that you could do a pip install tessitura and then make calls to the REST API for list and output set content as the basis of your analysis.

    Please let me know if you or your team are interested in discussing this further. 

    --Tom