Tag

Database Integration

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 18, 2025 · Backend Development

Integrating SQL Operations in Locust for Performance Testing

This article demonstrates how to integrate SQL database interactions into Locust, a performance testing framework, using Python's mysql-connector-python library to execute read/write operations, enabling data validation and test data retrieval within load testing scenarios.

Database IntegrationLocustSQL
0 likes · 3 min read
Integrating SQL Operations in Locust for Performance Testing
IT Services Circle
IT Services Circle
Jan 5, 2025 · Backend Development

Integrating Spring Boot with MyBatis and Multiple Data Sources (Dynamic DataSource)

This article explains how to integrate Spring Boot with MyBatis, configure a single Druid data source, implement a dynamic routing data source for multiple databases, and use custom annotations and AOP to switch databases at runtime, including full code examples and transaction management.

Database IntegrationDynamic DataSourceJava
0 likes · 16 min read
Integrating Spring Boot with MyBatis and Multiple Data Sources (Dynamic DataSource)
Java Architecture Diary
Java Architecture Diary
Jun 12, 2024 · Databases

How to Integrate Dameng Database with Nacos 2.3.2 Using the New DM8 Plugin

This guide explains how to enable Dameng database support in Nacos 2.3.2 by adding a custom SPI plugin, configuring connection properties, and optionally building the integration from source, complete with migration scripts, driver setup, and sample configuration files.

DamengDatabase IntegrationNacos
0 likes · 4 min read
How to Integrate Dameng Database with Nacos 2.3.2 Using the New DM8 Plugin
Architects Research Society
Architects Research Society
Aug 31, 2021 · Fundamentals

Apache Superset – Overview and Supported Databases

Apache Superset is a modern, enterprise‑ready open‑source business intelligence web application that offers rich data visualizations, an easy‑to‑use interface, dashboard sharing, robust security, a semantic layer, and integration with a wide range of relational and analytical databases.

Apache SupersetBusiness IntelligenceData Visualization
0 likes · 5 min read
Apache Superset – Overview and Supported Databases
DataFunTalk
DataFunTalk
May 22, 2021 · Databases

Combining HBase and Elasticsearch: Challenges and the Lindorm Searchindex Solution

The article examines the strengths and weaknesses of combining HBase and Elasticsearch for massive data storage and retrieval, outlines three integration patterns and their challenges, and presents Alibaba Cloud's Lindorm Searchindex as a SQL‑driven, low‑cost, strongly consistent solution that simplifies development and improves performance.

Big DataDatabase IntegrationElasticsearch
0 likes · 11 min read
Combining HBase and Elasticsearch: Challenges and the Lindorm Searchindex Solution
Big Data Technology Architecture
Big Data Technology Architecture
May 19, 2021 · Databases

Combining HBase and Elasticsearch: Challenges and the Lindorm Searchindex Solution

This article examines the complementary strengths of HBase and Elasticsearch, outlines three integration patterns and their associated challenges, and introduces Alibaba Cloud's Lindorm Searchindex as a SQL‑driven, low‑cost solution that simplifies storage and full‑text search for massive data workloads.

Big DataDatabase IntegrationElasticsearch
0 likes · 12 min read
Combining HBase and Elasticsearch: Challenges and the Lindorm Searchindex Solution
Python Programming Learning Circle
Python Programming Learning Circle
Mar 28, 2020 · Backend Development

Using PyCharm’s Built‑in Database and HTTP Client Features for Backend Development

This article introduces how backend developers can leverage PyCharm Professional’s integrated Database tool and HTTP Client to manage databases and test RESTful APIs directly within the IDE, eliminating the need for separate tools like Navicat and Postman.

API TestingDatabase IntegrationHTTP Client
0 likes · 5 min read
Using PyCharm’s Built‑in Database and HTTP Client Features for Backend Development
macrozheng
macrozheng
May 22, 2019 · Databases

Integrating MongoDB into Spring Boot: Manage Product Browsing History

This tutorial walks through integrating MongoDB into a Spring Boot mall project, covering installation, configuration, Spring Data MongoDB usage, defining document and repository classes, implementing service and controller layers, and testing CRUD operations for product browsing records.

BackendDatabase IntegrationMongoDB
0 likes · 13 min read
Integrating MongoDB into Spring Boot: Manage Product Browsing History