Live data from Hacker News

Show HN: A Database Written in Golang

github.com

11–20 of 80 posts

Re: Show HN: A Database Written in Golang

#12
If folks would like to see more examples of databases built to teach oneself, they get shared on the /r/databasedevelopment subreddit not infrequently.

Some recent ones:

https://www.reddit.com/r/databasedevelopment/comments/1hyig8...

https://www.reddit.com/r/databasedevelopment/comments/1ha5cc...

https://www.reddit.com/r/databasedevelopment/comments/1dqgms...

https://www.reddit.com/r/databasedevelopment/comments/1ix5dz...

https://www.reddit.com/r/databasedevelopment/comments/18knod...

https://www.reddit.com/r/databasedevelopment/comments/1h3w70...

https://www.reddit.com/r/databasedevelopment/comments/1gk18n...

https://www.reddit.com/r/databasedevelopment/comments/1bemf9...

https://www.reddit.com/r/databasedevelopment/comments/1iw6cx...

Re: Show HN: A Database Written in Golang

#13

Earlier quoted context omitted.

> Main focus was on implementing & understanding working the of database I think this clearly describes what was the goal.

Yep... but there are dozens of different types of databases out there. There is no way to look at this codebase and give any kind of feedback one way or the other without that understanding, particularly with zero usage examples. Which is what the OP is asking about.

> There is no way to look at this codebase and give any kind of feedback

Less than a minute and I know how to use it. It's not complicated. The source code is available and fairly easy. If you can't figure out how to use it in a trivial amount of time, you aren't going to be able to offer anything of value. When did HN go from being about interesting stuff to making bold, ignorant statements like "There is no way to look at this codebase and give any kind of feedback one way or the other without that understanding."

You should know better.

Re: Show HN: A Database Written in Golang

#14
post #3

[flagged]

It's hackernews, basically every old thing has to be reinvented in the "language of the week", be it go, rust, ruby, or whatever was before that.

From a learning perspective, nice project for OP, for 'advertising' it, i'd prefer the "what's better than the alternatives" instead of focusing on the language.

Re: Show HN: A Database Written in Golang

#15

Earlier quoted context omitted.

Yep... but there are dozens of different types of databases out there. There is no way to look at this codebase and give any kind of feedback one way or the other without that understanding, particularly with zero usage examples. Which is what the OP is asking about.

> There is no way to look at this codebase and give any kind of feedback Less than a minute and I know how to use it. It's not complicated. The source code is available and fairly easy. If you can't figure out how to use it in a trivial amount of time, you aren't going to be able to offer anything of value. When did HN go from being about interesting stuff to making bold, ignorant statements like "There is no way to…

[flagged]

Re: Show HN: A Database Written in Golang

#16
post #3

[flagged]

That a database written in an AOT compiled managed language is possible, for example.

Specially relevant, because it used to be that writing database engines used to be considered systems programming, and we all know managed languages cannot be possible used for such tasks. /s

Re: Show HN: A Database Written in Golang

#17

Earlier quoted context omitted.

> There is no way to look at this codebase and give any kind of feedback Less than a minute and I know how to use it. It's not complicated. The source code is available and fairly easy. If you can't figure out how to use it in a trivial amount of time, you aren't going to be able to offer anything of value. When did HN go from being about interesting stuff to making bold, ignorant statements like "There is no way to…

[flagged]

yeah as a dev/non-go person don't know how it works either. I assume main.go is where it starts but then what... I see a commands maybe it works by CLI? idk either

Re: Show HN: A Database Written in Golang

#18

If folks would like to see more examples of databases built to teach oneself, they get shared on the /r/databasedevelopment subreddit not infrequently. Some recent ones: https://www.reddit.com/r/databasedevelopment/comments/1hyig8... https://www.reddit.com/r/databasedevelopment/comments/1ha5cc... https://www.reddit.com/r/databasedevelopment/comments/1dqgms... https://www.reddit.com/r/databasedevelopment/comments/1ix5…

Nice, thanks! I didn‘t know there was a subreddit for that.

Re: Show HN: A Database Written in Golang

#19

If folks would like to see more examples of databases built to teach oneself, they get shared on the /r/databasedevelopment subreddit not infrequently. Some recent ones: https://www.reddit.com/r/databasedevelopment/comments/1hyig8... https://www.reddit.com/r/databasedevelopment/comments/1ha5cc... https://www.reddit.com/r/databasedevelopment/comments/1dqgms... https://www.reddit.com/r/databasedevelopment/comments/1ix5…

[deleted]
Post reply on HN