Sqlite seems to be growing recently which matches my perception, but it‘s not listed among the growing databases. Weird.
Analyzing database trends through 1.8M Hacker News headlines
31–40 of 97 posts
Re: Analyzing database trends through 1.8M Hacker News headlines
#32No SQLite?
Re: Analyzing database trends through 1.8M Hacker News headlines
#33>a ClickHouse database of every HN story I remember downloading it a few years ago, but the bookmark I have is dead. where is it now? is it still public?
Re: Analyzing database trends through 1.8M Hacker News headlines
#34Confusingly, I just came across the unrelated https://www.camel-ai.org/ today.
Sooo confusing. We've debated changing our name but can't bring ourselves to break up with our cute camel logo lol.
Re: Analyzing database trends through 1.8M Hacker News headlines
#35Re: Analyzing database trends through 1.8M Hacker News headlines
#36Re: Analyzing database trends through 1.8M Hacker News headlines
#37Re: Analyzing database trends through 1.8M Hacker News headlines
#38Would be great to share the queries. Are these results weighted for storypoints and/or number of comments?
Re: Analyzing database trends through 1.8M Hacker News headlines
#39Wrote up this query:
SELECT
db_name,
sum(if(type = 'comment', 1, 0)) AS comment_mentions,
sum(if(type = 'story', 1, 0)) AS post_mentions,
count(*) AS total_mentions,
sum(score) as total_score
FROM hackernews
ARRAY JOIN
extractAll(replaceAll(LOWER(text), ' ', ''), '(sqlite|postgres|mysql|mongodb|redis|clickhouse|mariadb|oracle|sqlserver|duckdb)') AS db_name
WHERE toYear(time) >= 2022
GROUP BY
db_name
ORDER BY
post_mentions DESC;Re: Analyzing database trends through 1.8M Hacker News headlines
#40Interesting to see SQL Server not listed here, am curious whether it didn't have enough signal, or suffered from being a two-word product, with "SQL" being far too generic on its own.
There are some people here who are interested in corporate Europe or , but most are aligned with Silicon Valley hackers.