Tasklist plugin access database

Hi at all,
I wanna write a tasklist plugin, that shows some data from the camunda database. What is the simplest way to do it?
Thank you :slight_smile:

I found out that trying to connect to a database with angular js might not be the best idea :smiley:

I will to call the needed data via rest api.