https://github.com/atnog/mec-federator
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.5%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: ATNoG
- License: gpl-3.0
- Language: Go
- Default Branch: main
- Size: 16.8 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 1
Created 11 months ago
· Last pushed 11 months ago
Metadata Files
Readme
License
README.md
MEC Federator
This MEC Federator was developed in accordance with ETSI and GSMA-related specifications. It was built to work with the ATNoG OSM-MEC platform, communicating with our MEC Orchestrator, enhancing it with federation capabilities.
Evaluation
The federation capabilities of this component, in coordination with the ATNoG OSM-MEC, were evaluated using the test application available at https://github.com/ATNoG/mec-test-app. This repository also stores the performed tests and their results.
Owner
- Name: ATNoG - Aveiro Telecommunications and Networking Group
- Login: ATNoG
- Kind: organization
- Email: info@atnog.org
- Location: Aveiro, Portugal
- Website: https://www.it.pt/Groups/Index/19
- Twitter: atnog
- Repositories: 57
- Profile: https://github.com/ATNoG
GitHub Events
Total
- Release event: 2
- Watch event: 1
- Push event: 2
- Create event: 2
Last Year
- Release event: 2
- Watch event: 1
- Push event: 2
- Create event: 2
Dependencies
deployment/docker/Dockerfile
docker
- golang 1.23.6-alpine build
deployment/docker/docker-compose.dev.yml
docker
- confluentinc/cp-kafka 7.4.0
- confluentinc/cp-zookeeper 7.4.0
- mongo 6.0
- mongo-express latest
deployment/docker/docker-compose.full.yml
docker
deployment/docker/docker-compose.half.yml
docker
go.mod
go
- github.com/IBM/sarama v1.45.1
- github.com/KyleBanks/depth v1.2.1
- github.com/bytedance/sonic v1.13.2
- github.com/bytedance/sonic/loader v0.2.4
- github.com/cloudwego/base64x v0.1.5
- github.com/davecgh/go-spew v1.1.1
- github.com/eapache/go-resiliency v1.7.0
- github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
- github.com/eapache/queue v1.1.0
- github.com/gabriel-vasile/mimetype v1.4.8
- github.com/gin-contrib/sse v1.0.0
- github.com/gin-gonic/gin v1.10.0
- github.com/go-openapi/jsonpointer v0.21.1
- github.com/go-openapi/jsonreference v0.21.0
- github.com/go-openapi/spec v0.21.0
- github.com/go-openapi/swag v0.23.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.25.0
- github.com/goccy/go-json v0.10.5
- github.com/golang/snappy v0.0.4
- github.com/google/uuid v1.6.0
- github.com/hashicorp/errwrap v1.0.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-uuid v1.0.3
- github.com/jcmturner/aescts/v2 v2.0.0
- github.com/jcmturner/dnsutils/v2 v2.0.0
- github.com/jcmturner/gofork v1.7.6
- github.com/jcmturner/gokrb5/v8 v8.4.4
- github.com/jcmturner/rpc/v2 v2.0.3
- github.com/joho/godotenv v1.5.1
- github.com/josharian/intern v1.0.0
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.17.11
- github.com/klauspost/cpuid/v2 v2.2.10
- github.com/leodido/go-urn v1.4.0
- github.com/mailru/easyjson v0.9.0
- github.com/mattn/go-isatty v0.0.20
- 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.2.3
- github.com/pierrec/lz4/v4 v4.1.22
- github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
- github.com/swaggo/files v1.0.1
- github.com/swaggo/gin-swagger v1.6.0
- github.com/swaggo/swag v1.16.4
- github.com/twitchyliquid64/golang-asm v0.15.1
- github.com/ugorji/go/codec v1.2.12
- github.com/xdg-go/pbkdf2 v1.0.0
- github.com/xdg-go/scram v1.1.2
- github.com/xdg-go/stringprep v1.0.4
- github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
- go.mongodb.org/mongo-driver/v2 v2.0.0
- golang.org/x/arch v0.15.0
- golang.org/x/crypto v0.36.0
- golang.org/x/net v0.37.0
- golang.org/x/sync v0.12.0
- golang.org/x/sys v0.31.0
- golang.org/x/text v0.23.0
- golang.org/x/tools v0.31.0
- google.golang.org/protobuf v1.36.5
- gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- 132 dependencies