Join the Journey

Company Overview

Corporate Website: www.chenzhangdata.cn

Beijing Chengzhang Data Technology Co., Ltd. was founded in 2022 and focuses on database technology. Our core team comes from top companies such as Microsoft Research Asia, VMware, Xiaomi, Baidu, Alibaba, PingCAP, Kuaishou, HP,and more.

We offer R&D internships every year. Over the past few years, students from Peking University (PKU), Beihang University (BUAA), Minzu University of China (MUC), University of Science and Technology Beijing (USTB), Beijing Institute of Technology (BIT), Beijing University of Technology (BJUT), China University of Mining and Technology (CUMT), Sun Yat-sen University (SYSU), University of Chinese Academy of Sciences (UCAS), Carnegie Mellon University (CMU), The University of Melbourne (UniMelb), and other prestigious universities have completed or are currently doing internships with us.

We are dedicated to building next-generation enterprise-grade databases with independent IP and global differentiation. Our products are based on the concept of "Data Substrate", supporting both private and public cloud deployments.

In 2025, we fully open-sourced our products. Please visit: EloqKV, EloqSQL, EloqDoc.

Our Products

EloqKV - Distributed KV Transaction Database

  • Hierarchical storage with memory caching and object storage
  • High performance with sub-millisecond response times
  • Horizontal scalability with Redis API compatibility
  • Up to 10x cost savings over traditional Redis setups

EloqSQL - Distributed Relational Database

  • Multi-writer support with global secondary indexes
  • Low-latency distributed transactions
  • MySQL-compatible — no application changes needed

EloqDoc - Distributed Document Database

  • MongoDB-compatible with multi-write and compute-storage separation
  • Strong transaction support and elastic scaling

Data Substrate Architecture

All three products are built on our innovative Data Substrate architecture, offering modular flexibility and high performance for AI applications.

Learn more at: www.chenzhangdata.cn

Work Culture

We believe in work-life balance and oppose bureaucracy. We respect facts, diversity, and gender equality.

We expect engineers to manage their time well and seek help when problems arise — not avoid them.

Open Positions

Full-time – C++ Engineer

  • Design and develop next-gen modular database systems
  • Skills: Proficient in C++, Linux, English, and DB kernel understanding

Intern – C++

  • Participate in testing and bug fixing
  • Requirements: In-school student graduating in 2026/2027, strong C++ and GitHub skills

Written Test for C++ Candidates

Please complete the concurrent array update task described in the problem statement.

Question. Given an integer array S of length N (N = 100,000), there are M (M >= 2) workers concurrently accessing and updating S. Each worker repeats the following operation 10,000 times: Generate random numbers i and j, 0 <= i, j < 100,000. Update S such that S(j) = S(i) + S(i+1) + S(i+2). If i + 1 or i + 2 is out of bounds, then use (i+1) % N or (i+2) % N. Hint: (a) Please consider concurrent protection,即reading S(i), S(i+1), S(i+2) 和updating S(j) 是原子操作。 *Refer to the two-phase locking algorithm (b) Pay attention to the lock granularity. Each worker only reads 3 elements at a time and writes 1 element. There are a total of 100,000 elements. The probability that concurrent workers access the same element is very low. Using fine-grained locks can reduce conflicts and improve concurrency. (c) Pay attention to the difference between read locks and write locks. (d) j may fall in the [i, i+2] range. (e) Additional thinking: Will deadlock occur? How to avoid?

完成后请发送至 hr@monographdb.com,我会在24小时内回复。

Full-time – Full-stack Developer

  • Design and develop user interfaces for our cloud platform, including official website and blog pages Build backend APIs for the cloud platform
  • Skills: Frontend development expertise (Next.js required)Backend proficiency in Go ​​or​​ strong willingness/ability to rapidly learn Go
  • Please send the link of the front-end project to hr@monographdb.com

Full-time – Golang/Cloud Native Engineer

  • Build reliable database platforms on Kubernetes
  • Skills: Fast and high-quality Go coding skills

Intern – Golang

Written Test for Golang Candidates

完成后请发送至 hr@monographdb.com,我会在24小时内回复。

Back to Top
欢迎关注我们的公众号了解更多信息