Yesterday morning, I just turned on my computer and went to Github as usual and clicked Trending. Because Github Trending has selected some recently active and high-quality open source projects, I often look at them when I am free, and sometimes I can learn a lot from others’ projects.

Then I looked at Trending in Go language (because I still mainly use Go at present). Unexpectedly, I saw my project RoseDB when I opened it.

I’m sure I’m happy. I used to feel envious when I saw other people’s projects here, and also feel why others are so excellent, because most of the authors of those projects are very outstanding characters.

I didn’t expect my project to be on the list, but I was also a little nervous, afraid of being accused of writing bad code…

Github Trending is supposed to be updating every day at 6:30 p.m., and then I checked it out in my spare time today, and Rosedb is back on the list.

This time it’s not Go, but it’s in the overall list of all languages, and it makes me even more nervous to be on the same list with some awesome projects like Dubbo, CS-Notes, and TheAlgorithms/Java.

At the beginning of this year, I even posted a circle of friends about the original intention of my open source project. At that time, IT was also just open source. Now half a year has passed.

I think this must be a good thing, which is a recognition of my efforts in this period of time. Meanwhile, I am very grateful to the friends who participated in this project, and I hope we can improve this project together in the future.

Now the positioning of this project has also changed. At the beginning, it was only for learning Go language, so it was mainly for people to learn from it. I also added a lot of detailed Chinese notes to the project.

While the project is simple and elegant enough to study, my goal now is to use it in a production environment. So the main focus is to ensure the stability of the project, add some useful features and so on, and slowly start to add English annotations.

I am a realistic person, and I believe that no matter what technology is, only when it creates value in the actual business can it be a truly excellent project.

Although it is a difficult goal, there are many competitors and the project is still in the initial stage, but one has to have something to look forward to, this time last year, I would not have thought of what is happening now.

Finally, attached is the project address: github.com/roseduan/r…