- Home
- Tag: Client
Posts tagged Client
Client – A client-side process, containing proxy functions, connecting to a server process that contains the actual database functions.
Tag: Client
How to Connect to MySQL Server

Feed: Planet MySQL; Author: Alena Subotina; In the second article of the series uncovering how to get started with MySQL, we talk about the ways of connecting to MySQL Server. You can connect to MySQL Server using MySQL Client, dbForge Studio for MySQL, and MySQL Workbench. In this article, we consider each method in detail. Connecting to MySQL Using the MySQL Command-Line ClientConnecting to MySQL Using dbForge Studio for MySQL Connecting to MySQL Using MySQL Workbench Connecting to MySQL Using the MySQL Command-Line Client In the first article of our series, we provided a detailed walkthrough outlining the aspects of how to install ... 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
Using API destinations with Amazon EventBridge

Feed: AWS Compute Blog. Author: James Beswick. Amazon EventBridge enables developers to route events between AWS services, integrated software as a service (SaaS) applications, and your own applications. It can help decouple applications and produce more extensible, maintainable architectures. With the new API destinations feature, EventBridge can now integrate with services outside of AWS using REST API calls. This feature enables developers to route events to existing SaaS providers that integrate with EventBridge, like Zendesk, PagerDuty, TriggerMesh, or MongoDB. Additionally, you can use other SaaS endpoints for applications like Slack or Contentful, or any other type of API or webhook ... Read More
Build a data lake using Amazon Kinesis Data Streams for Amazon DynamoDB and Apache Hudi

Feed: AWS Big Data Blog. Amazon DynamoDB helps you capture high-velocity data such as clickstream data to form customized user profiles and online order transaction data to develop customer order fulfillment applications, improve customer satisfaction, and get insights into sales revenue to create a promotional offer for the customer. It’s essential to store these data points in a centralized data lake, which can be transformed, analyzed, and combined with diverse organizational datasets to derive meaningful insights and make predictions. A popular use case in order management is receiving, tracking, and fulfilling customer orders. The order management process begins when an ... Read More
How DataArt Helped Inchcape Shipping Services to Revolutionize Document Processing on AWS

Feed: AWS Partner Network (APN) Blog. Author: Peter Vaihansky. By Peter Vaihansky, Sr. Vice President at DataArtBy Nicola Pietroluongo, Enterprise Sr. Solutions Architect at AWSBy Vipin Unni, Enterprise Account Manager at AWS Inchcape Shipping Services is a maritime services provider that can trace its roots back to 1847 when it began trading with the British East India Company as its first client. Today, Inchcape is a global organization and leader in ships agency and maritime services, boasting more than 240 offices in 68 countries, covering around 2,500 ports. The main thing that all interested parties need when a vessel is ... Read More
Building a Multi-Tenant SaaS Solution Using Amazon EKS

Feed: AWS Partner Network (APN) Blog. Author: Toby Buckley. By Toby Buckley, Sr. Partner Solutions Architect – AWS SaaS FactoryBy Ranjith Raman, Sr. Partner Solutions Architect – AWS SaaS Factory As more organizations make the move to a software-as-a-service (SaaS) delivery model, many are choosing Amazon Elastic Kubernetes Service (Amazon EKS) as the target for their solutions. The programming model, cost efficiency, security, deployment, and operational attributes of EKS represent a compelling model for SaaS providers. The EKS model also presents SaaS architects and developers with a collection of new multi-tenant considerations. You’ll now have to think about how the ... Read More
Elevating customers to the next phase of the Empowered Cloud
Feed: SAS Blogs. Author: Jay Upchurch. Recently, Microsoft CEO Satya Nadella joined SAS CEO and founder Jim Goodnight for a fireside chat to announce the latest release of the cloud-native SAS® Viya® platform on Microsoft Azure. This new launch was a significant milestone to mark the progress that has been made in our extensive technology and go-to-market strategic partnership with Microsoft. When we announced the partnership last summer, I highlighted three phases of analytic enhancement and innovation that customers would enjoy, as a result of our joining forces. Today, many of our joint customers are already realizing tremendous benefits. With ... Read More
Workflow automation: what it is, common examples, and the benefits it delivers
Feed: The Connector by Workato. Author: Jon Gitlin; As your organization aims to retain top talent and high-value clients, you’ll need to continually provide both groups with world-class experiences. In the case of clients, it can be addressing their questions and concerns in real-time, and reaching them proactively with thoughtful, actionable insight; while for employees, it can be eliminating the manual tasks they perform day-to-day, as well as providing them the apps and equipment they need, quickly, and with little effort. To deliver these experiences and to go beyond them, you can build workflow automations across your core customer and ... Read More
Horizontal vs Vertical Scaling for Application Hosting: Which One Is Best For You?

Feed: Liquid Web. Author: Misael Ramirez; Horizontal vs vertical scaling: what’s the meaning of those concepts? Choosing the right solution can dramatically improve your performance or cost-effectiveness. One of the most difficult things in system design and application hosting is trying to estimate the reach of our apps. This might come as a shock, but unfortunately, you can’t predict the future. The best you can do is project what would be our user base and hire computational power based on that projection. But what if the projection goes wrong? If you look at the first graph above, you can see ... 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
Recent Comments