How to count the total number of things in Eclipse Ditto?

50 Views Asked by At

I need to count the total number of things created in the Eclipse Ditto Digital Twin Framework.

1

There are 1 best solutions below

0
Thomas Jäckle On

If you look at the Ditto sandbox you see that this information is displayed.

The API behind that is: GET https://ditto.eclipseprojects.io/stats/search. Which basically does a "global count" on all things contained in Ditto's search index.