I need to count the total number of things created in the Eclipse Ditto Digital Twin Framework.
How to count the total number of things in Eclipse Ditto?
50 views Asked by apoorva At
1
I need to count the total number of things created in the Eclipse Ditto Digital Twin Framework.
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.