- Home
- Tag: Infrastructure
Posts tagged Infrastructure
Tag: Infrastructure
Extending MySQL using the Component Infrastructure – part 7: messages to users
Feed: Planet MySQL; Author: Frederic Descamps; This post is the seventh post of a series of articles on extending MySQL with the Component Infrastructure, the list above will be updated as new articles are published: In the previous post, we coded the check for the right privilege to be able to run our function. We were able to log a message in error log but the user didn’t receive any message. Additionally, logging a message in error log is only recommended when we want an admin to see it, now we want to user to get the message. This is ... Read More
Extending MySQL using the Component Infrastructure – part 6: functions
Feed: Planet MySQL; Author: Frederic Descamps; This post is the sixth post of a series of articles on extending MySQL with the Component Infrastructure, the list above will be updated as new articles are published: Our component is nicely evolving. In this article we will start the creation of our first function. We will check the previously created privilege to access the function. We again start with scan.h where we add the header for the udf registration service we will use to register our first function on line 26 and the place holder on line 34: This file contains bidirectional ... Read More
Cloud Native Infrastructure with Azure
Feed: O'Reilly Media, Inc. Upcoming Titles. Author: O'Reilly Media, Inc.. The cloud is becoming the de facto home for companies ranging from enterprises to startups. Moving to the cloud means moving your applications from monolith to microservices. But once you do, maintaining and running these services brings its own level of complexity. The answer? Modularity, deployability, observability, and self-healing capacity through cloud native development.With this practical book, Nishant Singh and Michael Kehoe show you how to build a true cloud native infrastructure on Microsoft Azure, following guidelines from the Cloud Native Computing Foundation (CNCF). DevOps and site reliability engineers will ... Read More
Extending MySQL using the Component Infrastructure – part 5: privileges
Feed: Planet MySQL; Author: Frederic Descamps; This post is the fifth post of a series of articles on extending MySQL with the Component Infrastructure, the list above will be updated as new articles are published: We are back to our component and we will see how we can use the dynamic privilege component service to add a new privilege when we install our component. This privilege will be checked later when we will create our functions. Of course, when we uninstall our component, the privilege also needs to be removed. In this article we will only register and “unregister” our ... Read More
Extending MySQL using the Component Infrastructure – part 4: error logging
Feed: Planet MySQL; Author: Frederic Descamps; This post is the fourth post of a series of articles on extending MySQL with the Component Infrastructure, the list above will be updated as new articles are published: In this article we will add to our component the capability to add messages in error log (and performance_schema.error_log table) using the log builtins component service. You will notice that this very easy and fast. We start as usual with scan.h: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an ... Read More
Extending MySQL using the Component Infrastructure – part 3: component services
Feed: Planet MySQL; Author: Frederic Descamps; This post is the second post of a series of articles on extending MySQL with the Component Infrastructure: It’s time to start coding our new component o/ In the MySQL Server’s source directory (see part 2), we will create a new directory for our component: [fred@imac ~workspace/mysql-server/BIN-DEBUG]$ cd .. [fred@imac ~workspace/mysql-server]$ mkdir components/viruscan [fred@imac ~workspace/mysql-server]$ cd components/viruscan We will create 3 files: CMakeLists.txtscan.hscan.cc Our component will of course use some services from the Component Infrastructure. All services are listed in the documentation page Component Services Inventory. We also need others components like the log ... Read More
Extending MySQL using the Component Infrastructure – part 2: building the server
Feed: Planet MySQL; Author: Frederic Descamps; This post is the second post of a series of articles on extending MySQL with the Component Infrastructure: In the first part of this series, we described the main idea of our new component. Now we need to setup our development environment and compile the server from scratch. Downloading the sources As written in the first part, there are multiple ways to get the sources of MySQL and I use the repository on GitHub. You need then to have git installed: $ git clone https://github.com/mysql/mysql-server.git Then you need to prepare build directory: $ cd ... Read More
Extending MySQL using the Component Infrastructure – part 1
Feed: Planet MySQL; Author: Frederic Descamps; Before MySQL 8.0, to add a feature to MySQL, writing a plugin was the only way. Now it’s possible to quickly extend MySQL Server by writing a component. The MySQL Component Infrastructure is designed to overcome some of the architectural issues of the plugin subsystem, namely: plugins can only “talk” to the server and not with other pluginsplugins have access to the server symbols and can call them directly (no encapsulation)there’s no explicit set of dependencies of a plugin, thus it’s hard to initialize them properlyplugins require a running server to operate This article ... Read More
4 trends disrupting managed infrastructure services
Feed: CIO. Author: . While corporate data centers supported by managed infrastructure services were once in the background supporting business operations, they have now moved to the forefront of strategic planning and targeted investment decisions. Infrastructure and operations (I&O) models must change to empower businesses to embrace the digital age, innovate, and integrate their cloud-first strategies.The end is coming for the traditional infrastructure support model of procuring, provisioning, and supporting in-house infrastructure that enables new and upgraded enterprise software. Innovations, digital transformations, cloud-based infrastructure offerings (e.g., security-as-a-service), and the emergence of hyperscalers are changing the definition of infrastructure and infrastructure ... Read More
Integrate Okta to Extend Active Directory Infrastructure into AWS

Feed: AWS Architecture Blog. Are you ready to extend your on-premises Active Directory to Amazon Web Services (AWS) to remove undifferentiated heavy lifting? Would you like to maintain a highly available Directory Service for your applications? Companies who have already set up integration with Okta Identity Cloud for external or internal applications require Active Directory objects to be synced to Okta for authentication. To achieve centralized access for on-premises and cloud applications, you can extend your on-premises Active Directory to AWS Managed Microsoft Active Directory (AD) using a trust relationship. This blog shows an architecture pattern that you can use ... Read More
Recent Comments