How often does the Home App searches updated in Athena - database

How often does the database for the Homeapp update? I did some searches in the Home app and I'm trying to locate them with Athena

Related

Pulling data from sharepoint site analytics

I am looking to pull site usage data from sharepoint such as daily users, click through rate, which parts of the site they are using the most, which links they are using the most, which documents are being opening the most. Is there a way to do this through excel, any programs, etc. I have been looking at Power BI, Excel, Power Query, etc. I haven't found a way to pull the data from sharepoint analytics itself though.
I am looking to pull data from the sharepoint site and display it as a chart, a Pareto chart for example.
1.The current situation that the site usage analysis page can export:
Site owners can export the 90-days site usage data in an excel file by going to the download button in the upper right corner on site usage page. Report on unique viewers, site visits, popular platforms and site traffic. For popular content on the site (news posts, documents and pages) the report will be for last 7 days.
excel_example
2.I've also tried getting data from the web in Excel, but it doesn't work. There is currently only one connector between site usage and PowerBI.
I tracked down a published post in UserVoice: Export to Excel on Site usage. You can vote and comment anytime.
3.You might try using the Office 365 Admin API to use, retrieve and store the data in a database, and then report on it with PowerBI. This requires registering with Azure AD and give it permissions to the API.
Reference: Office 365 Management Activity API reference

Import analytics data from Piwik to Matomo on new server

Piwik: 2.11.2
Matomo: 3.14.1
Currently I am using Piwik for tracking visitor analytics for over 100 websites and I am planning to switch to a newer Matomo version on a different server.
I would like to take the analytics data from Piwik and import it into Matomo. There doesn't seem to be much information about this type of move. In my search I have found somewhat similar questions:
https://forum.matomo.org/t/importing-data-from-piwik-1-11-1-to-matomo-3-3-0/27209
Is it possible to import the data to the new instance without first upgrading Piwik?
Before I start the process of importing the DB, has anyone made this type of move before and is there anything in particular that needs to be done?

App engine developer console not able to access text search

In app engine developer console not able to access text search for one of my projects but able to get data through application. Is there any setting I am missing?
I got below message when i tried to access search inside developer console.
Add full-text search functionality to your app with the App Engine Search service. This service stores structured documents in indexes, and lets you perform faceted queries on document fields. You can browse and search your indexes from this panel.

Get User statistics in NodeWebkit App

I am using NodeWebKIT for a desktop application with AngularJS front-end and using SailsJS in backend.
In app, currently user can chat, create some documents and add comments on it.
I need to get a statistics about app like:
How many are chatting
How many are creating documents
How many are active in app
How much time are they active in app
Who are not using app at all
How many are viewing documents, etc
I need to log all this data and later render it in ADMIN panel so that admin can view statistics about app.
Is there any way this can be achieved?
Thanks in Advance

Google Cloud Datastore and reports/administration

I'm quite new to Google App Engine and it's cloud Datastore which is used for storing the backend's data by default. As far as I realized you can only view it's content within the developer console and you can create or edit entities there.
But is there any external tool from which you can connect to your datastore to create reports or administer the data? What is your experience?
In fact yes it's true you can only see data's from the admin console.
If you wish to see your data's in Google Drive Table and make a report you can, but for that you need to create a connector to your sheet (I already made one). It's exactly the same if you need update or import data's to your datastore.
I use this Technic to upload or refresh products on my e-shop GAE app.
In general if I need to see a report, I design a specific web page for that and I protect theme via a login / password. To see a well formatted report you can use jquery library or use Google Charts

Resources