-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathclone-or-pull.sh
executable file
·52 lines (38 loc) · 1.32 KB
/
clone-or-pull.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#!/usr/bin/env bash
#set -euox pipefail
source ./util.sh
clone 'olap' '
https://github.com/duckdb/duckdb.git
https://github.com/apache/arrow-rs.git
https://github.com/apache/arrow-datafusion.git
https://github.com/apache/arrow-ballista.git
https://github.com/datafusion-contrib/datafusion-dolomite.git
https://github.com/GreptimeTeam/greptimedb.git
https://github.com/influxdata/influxdb_iox.git
https://github.com/datafuselabs/databend.git
https://github.com/risinglightdb/risinglight.git
https://github.com/erikgrinaker/toydb.git
https://github.com/vectorengine/vectorsql
https://github.com/apache/calcite.git
https://github.com/apache/spark.git
# optimizer
https://github.com/yongwen/columbia.git
https://github.com/cmu-db/noisepage.git
https://github.com/skyzh/type-exercise-in-rust.git
https://github.com/skyzh/mini-lsm.git
# https://github.com/rqlite/rqlite.git
# https://github.com/MonetDB/MonetDB.git
# https://github.com/postgres/postgres.git
'
clone 'education' '
# https://github.com/nwangtw/GrokkingStreamingSystems.git
https://github.com/skyzh/raft-kvs.git
https://github.com/openacid/paxoskv.git
https://github.com/avinassh/py-caskdb.git
'
clone 'storage' '
https://github.com/etcd-io/bbolt.git
https://github.com/syndtr/goleveldb.git
https://github.com/cockroachdb/pebble.git
https://github.com/liancheng/brainsuck.git
'