Play Elasticsearch - Basics

Elasticsearch Version: 7.16.2 Official website: https://www.elastic.co/cn/elasticsearch/ file: https://www.elastic.co/guide/index.html 1 Introduction 1.1 what is Elasticsearch Elasticsearch is a distributed search and analysis engine located at the core of Elastic Stack. Logstash and Beats help you collect, aggregate, enrich, and s ...

Posted by mrgrinch12 on Sun, 23 Jan 2022 11:54:58 +0100

Elastic actual combat: canal synchronization mysql to es parent-child table data synchronization | object array synchronization | nested array synchronization

0. Introduction The data synchronization from mysql to es involves the data synchronization of parent-child tables. It is hereby recorded for subsequent reference For details on synchronizing mysql to es, please refer to my previous blog: Elastic actual combat: through canal1 1.5 realize mysql8 0 data increment / full synchronization to elast ...

Posted by robertvideo on Sun, 23 Jan 2022 11:13:45 +0100

Flink (48): TableAPI for Flink and common operators in FlinkSQL

Catalog 0. Links to related articles 1. select operator 2. where operator 3. distinct operator 4. group by operator 5. union and union all operators 6. join operator 7. group window operator 7.1. tumble window operator 7.2. hop window operator 7.3. session window operator 0. Links to related articles Flink Article Summary 1. sele ...

Posted by jehardesty on Sun, 23 Jan 2022 00:20:52 +0100

Flink common operators

DataStream common operators In the Flink application, whether your application is a batch program or a stream program, it is the model shown in the figure above. There are data sources and data sink s. The applications we write mostly do a series of operations on the data from the data source, which are summarized as follows. Source: da ...

Posted by rklapwijk on Sat, 22 Jan 2022 05:01:01 +0100

The third-party API (pytdx) obtains real-time market data

Here we introduce the use of free and open source Pytdx interface to obtain real-time market data and store it in the database in real time (mongodb/myslq). Pytdx is an implementation of market data interface similar to TradeX developed in pure Python language. It provides real-time market data of various stocks / futures / options and so on. ...

Posted by squalls_dreams on Sat, 22 Jan 2022 00:31:53 +0100

hadoop cluster construction and hadoop configuration

Environmental description and purpose Preparation: I prepared three virtual machines myself Using Hyper-V to build virtual machine cluster environment on windows platform_ a18792721831 blog - CSDN blog The environment is as follows hostnameNodedataNoderesourceManagernodeManagerOpening to the outside worldhadoop01start-upDo not startstart ...

Posted by Ardivaba on Fri, 21 Jan 2022 22:06:41 +0100

[Flink] [Chapter 8] ProcessFunctionAPI

1. Introduction to processfunction 1.1 description on API A function that processes elements of a stream. For every element in the input stream processElement(Object, ProcessFunction.Context, Collector) is invoked. This can produce zero or more elements as output. Implementations can also query the time and set timers through the p ...

Posted by sleepydad on Fri, 21 Jan 2022 09:34:20 +0100

[entry 14] installing Huawei openGauss database on Windows -- compilation of openEuler virtual machine based on x86 architecture and JDBC connection of openGauss

1. Hype-V virtual machine installation openEuler There are many virtual machine platforms, such as vmware, Hype-V, VirtualBox, etc. Considering the compatibility with wsl2, Hype-V is selected here to install the x86 architecture openEuler Turn on the hype-v virtual machine Download the x86 architecture openEuler image Open the openEuler of ...

Posted by Nicoza on Fri, 21 Jan 2022 08:26:32 +0100

Hadoop3. Full use of HDFS of X

1, HDFS overview 1. HDFS generation background With the increasing amount of data, if there is not enough data in one operating system, it will be allocated to more operating systems But it is not convenient for management and maintenance. There is an urgent need for a system to manage files on multiple machines Distributed file managemen ...

Posted by tmswenson on Thu, 20 Jan 2022 22:49:05 +0100

Hadoop program installation and configuration

I Cluster environment construction Environmental preparation (1) Server configuration IP host name Environment configuration install 10.100.100.42 node01 Close the firewall and selinux,host mapping, and clock synchronization JDK,NameNode,ResourceManager,Zookeeper 10.100.100.43 node02 Close the firewall and selinux,host mapping ...

Posted by rcarr on Thu, 20 Jan 2022 15:05:34 +0100