snowflake
Snowflake is a network service for generating unique ID numbers at high scale with some simple guarantees. (by twitter-archive)
nanoid
A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript (by ai)
snowflake | nanoid | |
---|---|---|
523 | 87 | |
6,779 | 25,882 | |
- | 0.7% | |
0.0 | 8.6 | |
almost 5 years ago | 3 months ago | |
Scala | JavaScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
snowflake
Posts with mentions or reviews of snowflake.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-25.
-
TIL: Versions of UUID and when to use them
If you're not distributed, use an incrementing integer.
If you're distributed, look into vector clocks[1] or snowflake[2]
[1] https://en.wikipedia.org/wiki/Vector_clock
[2] https://github.com/twitter-archive/snowflake/tree/snowflake-...
-
MongoDB stable sort with _id
MongoDB ObjectId Time, Clocks, and the Ordering of Events in a Distributed System Snowflake
-
What companies/startups are using Scala (open source projects on github)?
There are so many of them in big data, e.g. Kafka, Spark, Flink, Delta, Snowplow, Finagle, Deequ, CMAK, OpenWhisk, Snowflake, TheHive, TVM-VTA, etc.
-
I need a unique ID sequence number generator, I know I could just use a small MySQL instance, but is there no other way?
Twitter built Snowflake https://github.com/twitter-archive/snowflake/tree/snowflake-2010
- I must have got a crayon stuck so far up my nose it impacted my brain.... Today, KenGriffinLies.com is ready and live, with all the content replicated to a blockchain, free from censorship and available to everyone. Fuck you Ken.
- Title
- Huh would you look at that.
-
Armys first reaction to any controversy is to defend the company, and it's getting really weird.
that being said, I have seen people acting weird about the whole thing, I don't care if you're mad at HYBE or BIGHIT for not telling him, what I care about are these people acting as if Jimin cannot deal with this or handle it himself. why they are THEY asking an explanation to be given to them? this is none of your business, he's a grown man and he can handle it himself. it's funny because even if he was to talk to someone about this, we will never know and that will be him dealing with his issue. they sit on twitter.com and try to play BTS manager and think they how BTS should be managed and HYBE needs to do things their way. they have managers for a reason and we are not the ones, I can't even believe this whole thing blew up so much.
- hello
- Lmao I’ll pass on that
nanoid
Posts with mentions or reviews of nanoid.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-18.
-
FastAPI in Prod: Handling DB migrations, auth, and more
nanoid – A library for generating short, unique IDs (like NxWDZ-j95C).
-
Using the built-in SQLite module in Node.js
The demo application we’re going to build in the following sections is a to-do app with a REST API backend that allows multiple users to log in. It also allows those users to create, check, and delete their to-dos. Apart from the Node.js runtime, this project will use Express.js for the server, bcrypt to hash passwords, and nanoid to generate random IDs.
- TIL: Versions of UUID and when to use them
-
Mastering Real-Time Collaboration: Building Figma and Miro-Inspired Features with Supabase
CURRENT_CLIENT_ID is the random unique string Id generated by nanoid that gets generated whenever the client is opened on the brower’s tab.
-
Next.js and Bunny CDN: Complete Guide to Image Uploading with Server Actions
Last thing left is to use our new upload function in our server action. Since I like to upload images in single format and have some more control over them, I will additionally use sharp library. For file name, I'll generate some random string using nanoid:
- Nano ID Collision Calculator
-
Why we chose Bun
Our API is in node. And God, how I suffered to import nanoid in an esmodule project. I had to vendor it, since using a previous version was not ideal. With bun, we can no longer worry about that. Just import what you need and done.
-
UUIDv7 is coming in PostgreSQL 17
No thread about UUID is complete without a plug for NanoID! https://github.com/ai/nanoid/blob/main/README.md
-
Building a File Storage With Next.js, PostgreSQL, and Minio S3
Generate a unique file name using the nanoid library.
-
Building a Multi-Tenant App with FastAPI, SQLModel, and PropelAuth
The syntax should read similar to SQL itself. We’re using a Python port of nanoid to generate our IDs. There’s only one thing missing… how do we actually create the table?
What are some alternatives?
When comparing snowflake and nanoid you can also consider the following projects:
violentmonkey - Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support.
pg_random_id - Provides pseudo-random IDs in Postgresql databases
helm - The Kubernetes Package Manager [Moved to: https://github.com/helm/helm]
Numeral-js - A javascript library for formatting and manipulating numbers.
cockroach - CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
matcher - Simple wildcard matching