tiedot is a general purpose, document database engine designed for both embeddable usage and running stand-alone DB server, implemented in Go.

Despite the effort of partitioning collection data and indexes, a single tiedot process still cannot scale beyond 4 CPU cores due to limitations of both data structure and Go runtime. Last year, an attempt began to partition data across multiple tiedot processes, and use IPC for communication and database logics. Initial benchmarks show promising scalability improvement using the new implementation. So let us complete the new implementation together, to bring the most scalable & embeddable DB engine for Go programs!

Project URL: https://github.com/HouzuoGuo/tiedot

Looking for hackers with the skills:

go databases development

This project is part of:

Hack Week 12

Activity

  • about 10 years ago: psankar liked this project.
  • about 10 years ago: guohouzuo liked this project.
  • about 10 years ago: guohouzuo added keyword "go" to this project.
  • about 10 years ago: guohouzuo added keyword "databases" to this project.
  • about 10 years ago: guohouzuo added keyword "development" to this project.
  • about 10 years ago: guohouzuo started this project.
  • about 10 years ago: guohouzuo originated this project.

  • Comments

    • psankar
      about 10 years ago by psankar | Reply

      I would have joined this had I had some time. All the best.

    Similar Projects

    This project is one of its kind!