Skip to content

Commit 75908a9

Browse files
authored
refactor(!): Remove services lack of maintainers and users (#6263)
Signed-off-by: Xuanwo <[email protected]>
1 parent a612f32 commit 75908a9

File tree

21 files changed

+3
-2652
lines changed

21 files changed

+3
-2652
lines changed

core/Cargo.lock

Lines changed: 1 addition & 187 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ layers-dtrace = ["dep:probe"]
110110

111111
services-aliyun-drive = []
112112
services-alluxio = []
113-
services-atomicserver = ["dep:atomic_lib"]
114113
services-azblob = [
115114
"dep:sha2",
116115
"dep:reqsign",
@@ -162,7 +161,6 @@ services-hdfs = ["dep:hdrs"]
162161
services-hdfs-native = ["hdfs-native"]
163162
services-http = []
164163
services-huggingface = []
165-
services-icloud = ["internal-path-cache"]
166164
services-ipfs = ["dep:prost"]
167165
services-ipmfs = []
168166
services-koofr = []
@@ -174,7 +172,6 @@ services-moka = ["dep:moka"]
174172
services-mongodb = ["dep:mongodb", "dep:mongodb-internal-macros"]
175173
services-monoiofs = ["dep:monoio", "dep:flume"]
176174
services-mysql = ["dep:sqlx", "sqlx?/mysql"]
177-
services-nebula-graph = ["dep:rust-nebula", "dep:bb8", "dep:snowflaked"]
178175
services-obs = [
179176
"dep:reqsign",
180177
"reqsign?/services-huaweicloud",
@@ -289,8 +286,6 @@ reqsign = { version = "0.16.3", default-features = false, optional = true }
289286
# for self-referencing structs
290287
ouroboros = { version = "0.18.4", optional = true }
291288

292-
# for services-atomic-server
293-
atomic_lib = { version = "0.39.0", optional = true }
294289
# for services-cacache
295290
cacache = { version = "13.0", default-features = false, features = [
296291
"tokio-runtime",
@@ -359,9 +354,6 @@ compio = { version = "0.14.0", optional = true, features = [
359354
] }
360355
# for services-s3
361356
crc32c = { version = "0.6.6", optional = true }
362-
# for services-nebula-graph
363-
rust-nebula = { version = "^0.0.2", optional = true, features = ["graph"] }
364-
snowflaked = { version = "1", optional = true, features = ["sync"] }
365357
# for services-monoiofs
366358
flume = { version = "0.11", optional = true }
367359
monoio = { version = "0.2.4", optional = true, features = [

core/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ OpenDAL supports the following storage [services](https://docs.rs/opendal/latest
3131
| Standard Storage Protocols | ftp http [sftp] [webdav] |
3232
| Object Storage Services | [azblob] [cos] [gcs] [obs] [oss] [s3] <br> [b2] [openstack_swift] [upyun] [vercel_blob] |
3333
| File Storage Services | fs [alluxio] [azdls] [azfile] [compfs] <br> [dbfs] [gridfs] [hdfs] [hdfs_native] [ipfs] [webhdfs] |
34-
| Consumer Cloud Storage Service | [aliyun_drive] [gdrive] [onedrive] [dropbox] [icloud] [koofr] <br> [pcloud] [seafile] [yandex_disk] |
35-
| Key-Value Storage Services | [cacache] [cloudflare_kv] [dashmap] memory [etcd] <br> [foundationdb] [persy] [redis] [rocksdb] [sled] <br> [redb] [tikv] [atomicserver] |
34+
| Consumer Cloud Storage Service | [aliyun_drive] [gdrive] [onedrive] [dropbox] [koofr] <br> [pcloud] [seafile] [yandex_disk] |
35+
| Key-Value Storage Services | [cacache] [cloudflare_kv] [dashmap] memory [etcd] <br> [foundationdb] [persy] [redis] [rocksdb] [sled] <br> [redb] [tikv] |
3636
| Database Storage Services | [d1] [mongodb] [mysql] [postgresql] [sqlite] [surrealdb] |
3737
| Cache Storage Services | [ghac] [memcached] [mini_moka] [moka] [vercel_artifacts] |
3838
| Git Based Storage Services | [huggingface] |
@@ -66,7 +66,6 @@ OpenDAL supports the following storage [services](https://docs.rs/opendal/latest
6666
[gdrive]: https://www.google.com/drive/
6767
[onedrive]: https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage
6868
[dropbox]: https://www.dropbox.com/
69-
[icloud]: https://www.icloud.com/iclouddrive
7069
[koofr]: https://koofr.eu/
7170
[pcloud]: https://www.pcloud.com/
7271
[seafile]: https://www.seafile.com/
@@ -83,7 +82,6 @@ OpenDAL supports the following storage [services](https://docs.rs/opendal/latest
8382
[sled]: https://crates.io/crates/sled
8483
[redb]: https://crates.io/crates/redb
8584
[tikv]: https://tikv.org/
86-
[atomicserver]: https://github.com/atomicdata-dev/atomic-server
8785

8886
[d1]: https://developers.cloudflare.com/d1/
8987
[mongodb]: https://www.mongodb.com/

0 commit comments

Comments
 (0)