Small pit record of flink performance monitoring based on Prometheus
background
The flink cluster in the company has been running for a long time and has not been fully monitored. Recently, it plans to do this. Through online research, the deployment mode adopted by the company is per job mode. Finally, the job index is pushed to the push gateway of the intermediate gateway based on prometheus, Then prometheus ...
Posted by jtgraphic on Fri, 26 Nov 2021 16:43:59 -0800
[21] data visualization: dynamic real-time large screen example based on Echarts + Python (Excel data source) - user analysis
catalogue
❤️ Effect display ❤️
1. First look at the dynamic rendering
2. Rich theme styles
I Determine the demand scheme
1. Determine the screen LED resolution for product online deployment
2. Deployment mode
2, Overall architecture design
3, Coding implementation (based on length and readability, some key codes are ...
Posted by TheChief on Fri, 26 Nov 2021 16:43:47 -0800
Spark SQL knowledge points and actual combat
Pay attention to the official account: big data technology, reply to "information" and receive 1000G information. This article started on my personal blog: Spark SQL knowledge points and actual combat Spark SQL overview
1. What is Spark SQL
Spark SQL is a spark module used by spark for structured data processing. Unlike the basi ...
Posted by lovasco on Fri, 26 Nov 2021 16:41:48 -0800
Force deduction Hot100 single personal plan c + + version
Force deduction Hot100 single person plan c + + Version (I) Force deduction Hot100 single personal plan c + + Version (II) Force deduction Hot100 single personal plan c + + Version (III) Force deduction Hot100 single personal plan c + + Version (IV) Force deduction Hot100 single personal plan c + + Version (V)
Link to brush questions: Force ...
Posted by arun_desh on Fri, 26 Nov 2021 16:32:09 -0800
Reflection and custom annotation
reflex
What is reflection
Oracle's official interpretation of reflection:
Through reflection, we can get the member and member information of each type in the program or assembly at run time. The type of general objects in the program is determined at compile time, and Java reflection mechanism can dynamically create objects and call their prop ...
Posted by bben95 on Fri, 26 Nov 2021 16:30:36 -0800
Apache ShardingSphere 5.0.0 kernel optimization and upgrade Guide
After nearly two years of optimization and polishing, Apache shardingsphere version 5.0.0 GA was finally officially released this month. Compared with version 4.1.1 GA, version 5.0.0 GA has been greatly optimized at the kernel level. Firstly, the kernel is completely transformed based on the pluggable architecture, and various functions in the ...
Posted by badproduce on Fri, 26 Nov 2021 16:29:36 -0800
Concept and implementation of data structure heap
preface:
It seems that we did talk about heap in C language teaching before, but it is the heap in the operating system. The heap we are going to talk about today is the heap in the data structure. There are also stacks and heaps in the data structure, which has nothing to do with the stack and heap in the memory division of the operati ...
Posted by Bind on Fri, 26 Nov 2021 16:26:13 -0800
Request page storage management basic replacement algorithm LRU and CLOCK
1, Experimental purpose
By simulating several basic page replacement algorithms for request page storage management, understand the characteristics of virtual storage technology, master the basic ideas and implementation process of several basic page replacement algorithms in virtual storage request page storage management, and compare their e ...
Posted by fortnox007 on Fri, 26 Nov 2021 16:03:13 -0800
.NETCore Remote Call
Reference web address: https://www.cnblogs.com/wudequn/p/13149990.htmlHttpClient
HttpClient is a somewhat special object that inherits the IDisposable interface but is shared (or reusable) and thread-safe. From project experience, it is recommended that HttpClient instances be reused throughout the lifecycle of the application rather than i ...
Posted by grigori on Fri, 26 Nov 2021 15:44:04 -0800
IO Stream (Byte Stream/Byte Buffer Stream)
IO Flow Concepts
IO: Input/Output (input) / output)
Stream: is an abstract concept, which is the summary of data transmission, that is, the transmission of data between devices is called stream, which is essentially data transmission
IO streams are used to process data transfers between devices and are commonly used for fi ...
Posted by jhenary on Fri, 26 Nov 2021 15:42:29 -0800