Posts tagged "data"
-
PostgreSQL Historical Log by Table
In my current project, there is a need for tracking data changes in the PostgreSQL tables. The end goal is, if a row changes, we copy the previous row before the change transaction completes and write it to a logging...
-
New Pluralsight Courses Released!
My new Pluralsight courses Cleaning and Preparing Data in Microsoft Azure and Architecting Xamarin.Forms Applications for Code Reuse were just released! Here are the synopsis:
-
New Pluralsight Course Released!
My new Pluralsight course Sourcing Data in Microsoft Azure was just released! Here is the synopsis:
-
New Pluralsight Course Released!
My new Pluralsight course Deploying and Managing Models in Microsoft Azure was just released! Here is the synopsis:
-
Authoring for Pluralsight - Microsoft Azure Cognitive Services: Speech to Text SDK
I am creating a new course or Pluralsight titled - Microsoft Azure Cognitive Services: Speech to Text SDK. If you would like to check out my other courses, they can be found in my author’s profile. Here is the breakdown...
-
Using Angular Kendo Grid with Elastic Search and ASP.NET Core
There was a need for using a Kendo Grid in an Angular 5 website where the backing store for the data was Elastic Search. Utilizing the filtering on local data was simple enough but for the needs of filtering there...
-
Elastic Search - "All shards failed?? on pagination
If you are trying to page past the first 10000 documents in an Elasticsearch index and have not set the max_result_window setting for that index then you may receive one of the two following errors:
-
Announcing - Atlanta Medical Hackathon
Finally, the Atlanta Medical Hackathon will have its inaugural hack October 19th-20th. It will be held at the Pediatric Technology Center at Georgia Tech. The hackathon is open to students and graduate students focusing on information technology or medicine.
-
Storing Event Data in Elastic Search
There was a CPU and network issue when the hosts uploaded data directly from the client to Elastic Search. To allow for the same data load without the elastic overhead running on the client the following architecture was used:
-
Getting started with Elastic Search in Azure
For the Westworld of Warcraft project, a data store for the host data is required and due to needing to learn Elastic Search for another client, it was chosen. To get started an Elastic Search cluster needed to be deployed...