Forum Discussion
LITHIUM does store all the data in their database and provides us rest API V1 and API v2 to access the data.
e.g you want to get messages posted by one user.
SELECT * FROM messages WHERE author.id = '<author.id>'
https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv2
https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv1
- ndewaniContributorYes I dot agree that lithium must be saving the data in DB, but count
of that activity also is greying stored. I mean when user creates
another message , does lithium increment the count and store the
aggregated count value for number messages done by user so far and
keep on increasing whenever user creates new message. Or lithium every
time during run time calculates the count of messages when user
creates new message and assign a badge .
Related Content
- 13 years ago
- 13 years ago
- 16 years ago
- 15 years agoInactive User