An open API service for producing an overview of a list of open source projects.

https://github.com/0xchasercat/fledge

ai cloud cloud-native container devops docker edge firecracker gpu hypervisor infrastructure kvm machine-learning microvm orchestration self-hosted serverless vfio virtualization vm

Score: 2.890371757896165

Last synced: about 4 hours ago
JSON representation

Repository metadata:

Fledge converts applications into bootable microvm artifacts. Feed it an OCI image or custom binaries, get back an image in the form of a root filesystem ready to deploy.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 122
Total Committers: 2
Avg Commits per committer: 61.0
Development Distribution Score (DDS): 0.361

Commits in past year: 122
Committers in past year: 2
Avg Commits per committer in past year: 61.0
Development Distribution Score (DDS) in past year: 0.361

Name Email Commits
mx s****t@g****m 78
mx m****x@h****h 44

Issue and Pull Request metadata

Last synced: about 2 months ago

Total issues: 0
Total pull requests: 11
Average time to close issues: N/A
Average time to close pull requests: 18 minutes
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 0.0
Merged pull request: 11
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 11
Past year average time to close issues: N/A
Past year average time to close pull requests: 18 minutes
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/0xchasercat/fledge

Top Issue Authors

Top Pull Request Authors

  • 0xchasercat (11)

Top Issue Labels

Top Pull Request Labels


Dependencies

.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v4 composite
  • github/codeql-action/upload-sarif v3 composite
  • securego/gosec master composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • softprops/action-gh-release v1 composite
go.mod go
  • github.com/BurntSushi/toml v1.5.0
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • github.com/rivo/uniseg v0.4.7
  • github.com/schollz/progressbar/v3 v3.18.0
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • golang.org/x/sys v0.29.0
  • golang.org/x/term v0.28.0
go.sum go
  • github.com/BurntSushi/toml v1.5.0
  • github.com/chengxilo/virtualterm v1.0.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.4
  • github.com/davecgh/go-spew v1.1.1
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/mattn/go-runewidth v0.0.16
  • github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/schollz/progressbar/v3 v3.18.0
  • github.com/spf13/cobra v1.8.1
  • github.com/spf13/pflag v1.0.5
  • github.com/stretchr/testify v1.9.0
  • golang.org/x/sys v0.29.0
  • golang.org/x/term v0.28.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1