snowflake
DISCONTINUED
cockroach
Our great sponsors
snowflake | cockroach | |
---|---|---|
520 | 43 | |
6,779 | 24,577 | |
- | 2.1% | |
0.0 | 10.0 | |
almost 2 years ago | 1 day ago | |
Scala | Go | |
- | GNU General Public License v3.0 or later |
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
-
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
-
I think a found the solution to procrastination
but what can i do when i have to watch classes on youtube? my hands automatically opens a new tab & types in twitter.com and starts scrolling through
-
Anyone know when this will start airing?
it has aired for years, it’s called twitter.com
-
Fuckrobodoge,ealy low cap gem just Launched {1000× potential} get more info on TG, Let's ride together to the moon
Twitter : https://twitter.com Fuck_Robodoge
cockroach
-
How we built a cost-based SQL optimizer
CRDB implements the algorithm described in a 2013 paper called "On the correct and complete enumeration of the core search space". It is a bottom-up DP approach that is able to handle inner, left, anti, semi, full, etc. joins (many papers only cover inner joins). In addition, CRDB extends it in a few ways that enable reorderings in some important practical cases that the paper doesn't cover (a full description can be found here). As a result, it's able to reorder in a number of cases that other optimizers don't even consider.
-
Coding Journey Report 1 (18-24/4/2022)
I had the pleasure in having a conference call with Cockraoch Labs with Emily and Rachel. They were simply amazing to talk with and what they could offer my projects and I also received $100 gift voucher which I let them donate the gift to cancer as I know what victims of cancers go through. So you can see why I will be using Cochroach Labs in my project.
-
My "Artisinal" Ingress
I built a replacement for nginx and cert-manager in my Kubernetes cluster. It leverages NATS and CockroachDB, and is written in .NET Core C#.
-
A Database for 2022
CockroachDB is licensed under BSL, so it is not really open source rather a source open or source available project. I checked their LICENSE file [0] and it mentions bunch of other open source licenses with BSL. I randomly checked a code file [1] and it seems the code is licensed under BSL.
[0] - https://github.com/cockroachdb/cockroach/blob/2c4e2c6/LICENS...
[1] - https://github.com/cockroachdb/cockroach/blob/2c4e2c6/pkg/kv...
> The Licensor may make an Additional Use Grant, above, permitting limited production use.
See the text of the Additional Use Grant for CockroachDB [1]:
> Additional Use Grant: You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Database Service.
> A “Database Service” is a commercial offering that allows third parties (other than your employees an contractors) to access the functionality of the Licensed Work by creating tables whose schemas are controlled by such third parties.
(disclaimer: I work at Cockroach Labs)
[1] - https://github.com/cockroachdb/cockroach/blob/master/license...
- As of Future System Time
-
Golang- What and Why
There are so many tools created tools using golang like the gh-cli, cockrach-db, jwt, etc. You can see a whole list of applications/tools/frameworks written in Go from this awesome list
-
Data Science Competition
CockroachDB
- Does anyone here do anything on the CS+marketing side?
- Looking for a "decentralized RDBMS"
What are some alternatives?
vitess - Vitess is a database clustering system for horizontal scaling of MySQL.
tidb - TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try free: https://tidbcloud.com/signup
nanoid - A tiny (130 bytes), secure, URL-friendly, unique string ID generator for JavaScript
Trino - Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
yugabyte-db - The high-performance distributed SQL database for global, internet-scale apps.
rqlite - The lightweight, distributed relational database built on SQLite
dgraph - Native GraphQL Database with graph backend
InfluxDB - Scalable datastore for metrics, events, and real-time analytics
nitter - Alternative Twitter front-end
Redis - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
go-memdb - Golang in-memory database built on immutable radix trees
prometheus - The Prometheus monitoring system and time series database.