JOSS: https://github.com/JIBSIL/DistriFS
Score: 3.1780538303479458
Last synced: about 17 hours ago
JSON representation
Repository metadata:
Distributed, efficient and secure filesystem coded in Go
- Host: GitHub
- URL: https://github.com/JIBSIL/DistriFS
- Owner: JIBSIL
- License: mit
- Created: 2024-02-04T03:28:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T10:45:15.000Z (almost 2 years ago)
- Last Synced: 2026-05-08T01:06:08.560Z (about 1 month ago)
- Language: Go
- Size: 167 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Owner metadata:
- Name:
- Login: JIBSIL
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/40243545?v=4
- Repositories: 9
- Last Synced at: 2023-03-06T23:57:59.788Z
- Profile URL: https://github.com/JIBSIL
GitHub Events
Total
- Total: 0
Last Year
- Total: 0
Committers metadata
Last synced: 24 days ago
Total Commits: 22
Total Committers: 2
Avg Commits per committer: 11.0
Development Distribution Score (DDS): 0.136
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| JIBSIL | 4****L | 19 |
| Daniel S. Katz | d****z@i****g | 3 |
Issue and Pull Request metadata
Last synced: about 2 months ago
Total issues: 1
Total pull requests: 8
Average time to close issues: 4 months
Average time to close pull requests: 1 day
Total issue authors: 1
Total pull request authors: 2
Average comments per issue: 7.0
Average comments per pull request: 0.13
Merged pull request: 2
Bot issues: 0
Bot pull requests: 6
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- suriya-ganesh (1)
Top Pull Request Authors
- dependabot[bot] (8)
- danielskatz (4)
Top Issue Labels
Top Pull Request Labels
- dependencies (8)
Dependencies
- actions/checkout v4 composite
- actions/upload-artifact v1 composite
- openjournals/openjournals-draft-action master composite
- github.com/bytedance/sonic v1.10.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d
- github.com/chenzhuoyu/iasm v0.9.0
- github.com/dgraph-io/badger/v4 v4.2.0
- github.com/dgraph-io/ristretto v0.1.1
- github.com/dustin/go-humanize v1.0.1
- github.com/fsnotify/fsnotify v1.7.0
- github.com/gabriel-vasile/mimetype v1.4.2
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.15.3
- github.com/goccy/go-json v0.10.2
- github.com/gogo/protobuf v1.3.2
- github.com/golang/glog v1.1.2
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.3
- github.com/golang/snappy v0.0.4
- github.com/google/flatbuffers v23.5.26+incompatible
- github.com/hashicorp/hcl v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.17.0
- github.com/klauspost/cpuid/v2 v2.2.5
- github.com/leodido/go-urn v1.2.4
- github.com/magiconair/properties v1.8.7
- github.com/mattn/go-isatty v0.0.19
- github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/pkg/errors v0.9.1
- github.com/rogpeppe/go-internal v1.11.0
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.18.2
- github.com/subosito/gotenv v1.6.0
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- go.opencensus.io v0.24.0
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.9.0
- golang.org/x/arch v0.5.0
- golang.org/x/crypto v0.16.0
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/net v0.19.0
- golang.org/x/sys v0.15.0
- golang.org/x/text v0.14.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v3 v3.0.1
- 199 dependencies
- github.com/bytedance/sonic v1.9.1
- github.com/cespare/xxhash/v2 v2.2.0
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
- github.com/dgraph-io/badger/v4 v4.2.0
- github.com/dgraph-io/ristretto v0.1.1
- github.com/dustin/go-humanize v1.0.0
- github.com/fsnotify/fsnotify v1.7.0
- github.com/gabriel-vasile/mimetype v1.4.2
- github.com/gin-contrib/sse v0.1.0
- github.com/gin-gonic/gin v1.9.1
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator/v10 v10.14.0
- github.com/goccy/go-json v0.10.2
- github.com/gogo/protobuf v1.3.2
- github.com/golang/glog v1.0.0
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.3
- github.com/golang/snappy v0.0.3
- github.com/google/flatbuffers v1.12.1
- github.com/google/uuid v1.4.0
- github.com/hashicorp/hcl v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.17.0
- github.com/klauspost/cpuid/v2 v2.2.4
- github.com/leodido/go-urn v1.2.4
- github.com/magiconair/properties v1.8.7
- github.com/mattn/go-isatty v0.0.19
- github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
- github.com/mitchellh/mapstructure v1.5.0
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pelletier/go-toml/v2 v2.1.0
- github.com/pkg/errors v0.9.1
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.18.2
- github.com/subosito/gotenv v1.6.0
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.11
- go.opencensus.io v0.24.0
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.9.0
- golang.org/x/arch v0.3.0
- golang.org/x/crypto v0.16.0
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/net v0.19.0
- golang.org/x/sys v0.15.0
- golang.org/x/text v0.14.0
- google.golang.org/protobuf v1.31.0
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v3 v3.0.1
- 194 dependencies