- Home
- Tag: part
Posts tagged part
A contiguous portion of the object’s data in a multipart upload request.
Tag: part
Introduction to MySQL UPDATE Statement

Feed: Planet MySQL; Author: Alena Subotina; Most modern websites and applications ground on data collection, storage, and analysis. Databases take an active part in building the entire Web environment. That’s why it is crucial to ensure correct data retrieval from databases and appropriate ways of data manipulation. To modify your data properly, you will need to execute SQL queries. The current article will focus on the MySQL UPDATE statement and its use. The essence and role of MySQL UPDATE statement Very often, we need to update a field in MySQL and alter the data stored in tables. We can do ... Read More
How to Install MySQL on Windows Using MySQL Installer

Feed: Planet MySQL; Author: Alena Subotina; February 22nd, 2021 The article provides a comprehensive walkthrough outlining the aspects of how to install MySQL Server on Windows using MySQL Installer. Learn the subtleties of the MySQL installation process step-by-step to ensure you have MySQL Server together with its tools running smoothly. Download MySQL Installer The most convenient way to install and set up MySQL Server on the Windows Operating System is to apply MySQL Installer. This setup wizard provides the means to simplify the installation and configuration processes of MySQL products that run on Microsoft Windows. The list of MySQL products ... Read More
BI and Data Science: The Best of Both Worlds
Feed: R-bloggers. Author: Lou Bajuk. [This article was first published on RStudio Blog, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. Photo by Stillness InMotion on Unsplash In previous posts, we’ve talked about the critical importance of interoperability, and how it helps organizations and data science teams get the most out of their analytic investments. We’ve focused recently on the ways that R and Python can be used together, and how RStudio’s products ... Read More
Laurenz Albe: New target_session_attrs settings for high availability and scaling in PostgreSQL v14

Feed: Planet PostgreSQL. © Laurenz Albe 2021PostgreSQL commit ee28cacf61 has added new options for the target_session_attrs connection parameter. This article explores how the new options can be used to simplify high availability and horizontal scaling solutions.What is target_session_attrs?The PostgreSQL client shared library libpq has support for connection strings to more than one database server: psql 'host=server1.my.org,server2.my.org port=5432,5432 dbname=mydb user=myself' In the URL connection string format, that would look like psql 'postgresql://myself@server1.my.org:5432,server2.my.org:5432/mydb' Then the client will first try to connect to server1.my.org, and if it cannot reach that server, it will try to connect to server2.my.org.This is useful in combination with ... Read More
New COVID-19 Global Tracker measures progress toward recovery
Feed: What's New. Author: Jeremy Blaney. Today, on the Tableau COVID-19 Data Hub, we launch a new Global Tracker that combines and visualizes the key metrics that measure our return to normalcy. With the gradual rollout of vaccines, the coronavirus pandemic has entered a new phase. Yet, progress cannot be measured simply by tracking the number of vaccinations. In order to make the right decisions on the path to recovery, it’s critical we have a more nuanced understanding of the factors related to the spread of the disease. For the past year, the focus of most trackers has been cases ... Read More
The What & Why of Data Governance

Feed: erwin Expert Blog – erwin, Inc.. Author: Mariann McDonagh. Modern data governance is a strategic, ongoing and collaborative practice that enables organizations to discover and track their data, understand what it means within a business context, and maximize its security, quality and value.It is the foundation for regulatory compliance and de-risking operations for competitive differentiation and growth. However, while digital transformation and other data-driven initiatives are desired outcomes, few organizations know what data they have or where it is, and they struggle to integrate known data in various formats and numerous systems – especially if they don’t have a ... Read More
A Plethora of Machine Learning Articles: Part 2
Feed: Featured Blog Posts - Data Science Central. Author: Vincent Granville. Source: see here Part 1 of this short series focused on the business analytics / BI / operational research aspects, see here. In this Part 2, you will find the most interesting machine learning and statistics articles that I wrote in the last few years, focusing on core technical aspects. The whole series will feature articles related to the following aspects of machine learning: Mathematics, simulations, benchmarking algorithms based on synthetic data (in short, experimental data science) Opinions, for instance about the value of a PhD in our field, or ... Read More
Enabling remote education in Guatemala with scalable learning platform Mineduc Digital

Feed: AWS Public Sector Blog. Author: Rafael Cordon. At the beginning of the COVID-19 pandemic, Ministerio de Educación de Guatemala (the Guatemala Ministry of Education) made the decision to close public schools to mitigate the spread of the virus. The closing of schools gave the Ministry’s authorities the opportunity to implement new solutions to enable students, teachers, and parents to continue with the education experience. Amazon Web Services (AWS) Partner ITZ Data (AWS Advanced Consulting Partner / Government Competency), with support from UNICEF and the Canadian Embassy in Guatemala, helped the Ministry launch Mineduc Digital—the country’s first online platform where ... Read More
SAS Conversation Designer: interacting with APIs

Feed: SAS Blogs. Author: Joe Mueller. By making requests through API calls you can expand the functionality of the bots you make with SAS Conversation Designer; allowing your bots to query external sources for up-to-date information, score a model, and many other possibilities. This is very beneficial as SAS Conversation Designer is included in many offerings of the modernized SAS Viya platform, meaning you can easily create bots that are integrated with the other services of the SAS Viya platform or third-party services. For instance, if you are making a bot that takes feedback from a user you can use ... Read More
FreeRTOS demonstrates meeting a set of security criteria for IoT platforms
Feed: Recent Announcements. FreeRTOS is now certified for the Security Evaluation Standard for IoT Platforms (SESIP) Assurance Level 2. With this certification, FreeRTOS libraries have demonstrated meeting a specific set of security criteria for IoT platforms. In addition, embedded developers writing FreeRTOS-based applications can achieve SESIP certification for their own applications more quickly because the underlying libraries have been tested for compliance. According to the technical standards organization GlobalPlatform, SESIP provides a common and optimized approach for evaluating the security of connected products that meets the specific compliance, security, privacy and scalability challenges of the evolving IoT ecosystem. SESIP is ... Read More
Recent Comments