Sqids support in ClickHouse #18
Replies: 6 comments 6 replies
-
|
Hi @rschu1ze, Thank you for the heads up. Yes, I saw that mentioned in ClickHouse's CHANGELOG a few days ago, pretty cool. We don't have a dedicated "used in other projects" section, but we do have a list of repos/code, so let me see how that can be added there (it has a particular structure that would have to be adjusted). In the meantime, noticed a minor tidbit on the ClickHouse docs, where it says:
Technically, Sqids encoded numbers are not a hash since the output can be decoded back into numbers, so we just refer to the output as IDs (or strings). Just thought it's worth a mention. I'll leave this discussion open until ClickHouse is added to the website. |
Beta Was this translation helpful? Give feedback.
-
|
Sure, thanks. You are right about the docs, I fixed the wording here: ClickHouse/ClickHouse#58517 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @rschu1ze, Cool, thank you for adjusting the wording. ClickHouse page has been added here: https://sqids.org/clickhouse Do you see anything that should be improved or communicated better? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @4kimov, very nice, thanks! The only thing you might want to improve is to add the ClickHouse logo (see https://github.com/ClickHouse/) here:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @rschu1ze, Yeah, we are missing icons for a few languages - I'm going to try to address that within the next few releases. Thank you for the feedback, closing this one as done. |
Beta Was this translation helpful? Give feedback.
-
|
@rschu1ze thanks for you work - awesome ❤️ Some thoughts that come to my mind: In other sqids projects, we use to have some function/struct/object exported named Questions:
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I could not find a repository for the website on GitHub (and could not make a pull request) so I figured I could open this thread instead.
ClickHouse (a popular SQL database for real-time analytics) recently added a SQL function
sqid()(docs, PR) which (not surprisingly) generate sqids from SQL, e.g.SELECT sqid(125, 126). If you feel it is appropriate, you might want to add ClickHouse to a section "Used in ..." on the website, similar to what the website for roaring bitmaps does.Beta Was this translation helpful? Give feedback.
All reactions