Yu of Daphne

春秋笔法·丹枫嫩寒


  • Home

  • About

  • Tags28

  • Categories7

  • Timeline

Enable JMX for Scala/Sbt Project

Posted on 2020-10-07 | In System Design | Comments:

Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring applications, system objects, devices (such as p ...

Read more »

Design a web hook service

Posted on 2020-10-05 | In System Design | Comments:

DescriptionCompared to traditional API services which is pull based, a push based webhook service stands out in many ways: Performance: In real time ...

Read more »

High Performance Spark Reading Notes

Posted on 2020-07-03 | In System Design | Comments:

As like many other programming languages or frameworks, writing a toy program is easy but it’s always difficult how to make a program high performant, ...

Read more »

Spark Structured Streaming Internal

Posted on 2020-05-30 | Edited on 2020-06-02 | In System Design | Comments:

Spark structured streaming is implemented in spark sql module. Spark Session:sparkSession is the entry to Spark sql and structured streaming. Spark C ...

Read more »

Spark Streaming Understanding

Posted on 2020-05-19 | In System Design | Comments:

When a streaming context starts, it will start a Job Scheduler: Start ReceiverTracker: receive data from source and use BlockManager to save it to me ...

Read more »

The way to async I/O

Posted on 2020-04-15 | In Software Development | Comments:

Concurrency vs Parallelism Concurrency: Do multiple tasks at the same time. Parallelism: Do one task at a time, but the task can be splitted to multi ...

Read more »

Canary Deployment with k8s ingress-controller

Posted on 2020-03-02 | In SRE | Comments:

Canary deployment is useful in many scenarios, like A/B testing.k8s ingress-controller makes canary deployment easy, I will introduce the steps of it ...

Read more »

Realtime Distributed OLAP Datastore

Posted on 2020-02-19 | Edited on 2020-03-28 | In System Design | Comments:

Apache PinotPinot is a realtime distributed OLAP datastore for scalable real time analytics with low latency. It’s using Apache Helix for cluster mana ...

Read more »

100 Questions About Cassandra

Posted on 2020-01-11 | Edited on 2020-01-15 | In System Design | Comments:

Fast facts about Cassandra A Columnar based fault tolerant NoSQL database An AP system (Sacrifice Consistency for Available and Partition) Easy to sca ...

Read more »

我们的2019

Posted on 2020-01-04 | Edited on 2020-01-11 | In Life | Comments:

Feb: We travelled to LA and Daphne watched Jay Chou concert, I then participated company hackathon in San Mateo, got first prize (received a GoPro ...

Read more »
1234
Yu Qian

Yu Qian

Do something matters
40 posts
7 categories
28 tags
GitHub CSDN
© 2021 Yu Qian
Powered by Hexo v3.8.0
|
Theme – NexT.Gemini v7.1.0
|