Hi Guillermo, All actions in DSpace 7 are possible in the REST API. So, yes, it's possible to send "view" events (which generate those view stats) to the REST API. See the docs at https://github.com/DSpace/RestContract/blob/main/statistics-viewevents.md
In general, with DSpace 7, you can "discover" what REST API calls are being made by simply using the User Interface. Everything it does generates a REST API call, and those can all be seen in your browser's DevTools (see the "Network" tab). Tim On Thursday, May 4, 2023 at 10:22:46 AM UTC-5 [email protected] wrote: > Hi, > > We are planning to incorporate a DSpace installation into a CDN (Content > Delivery Network) to optimize are distribute the bandwitdh consumption of > our infraetructure. > > The views, downloads, ans some search statistics registered with Solr are > very important for us. > So to use cache servers in front DSpace we must find a way to keep the > statistics updated. > At de cache servers we could programma every extra call direct to DSpace > or Solr to fire the usage event. > Please note that we are talking about cache servers and not just proxies. > > For exmaple, we want to cache file archives (bitstream) and then in future > request just server de archive from the cache servers and call DSpace/Solr > only to be aware and update the statistics. > > There is an API o some way to achive it? > > Thanks in advance! > Guillermo > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/ccb53fff-0e5b-4d84-8b19-0e3753e12df8n%40googlegroups.com.
