https://github.com/dhufe/ingestlistapiwrapper

https://github.com/dhufe/ingestlistapiwrapper

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 links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: dhufe
  • License: mit
  • Language: Go
  • Default Branch: main
  • Size: 9.37 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Readme Funding License

Owner

  • Name: Daniel Hufschläger
  • Login: dhufe
  • Kind: user
  • Location: Elstal, Germany
  • Company: @BAMresearch

Research associate

GitHub Events

Total
  • Delete event: 1
  • Member event: 1
  • Push event: 51
  • Create event: 2
Last Year
  • Delete event: 1
  • Member event: 1
  • Push event: 51
  • Create event: 2

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
Dockerfile docker
  • alpine 3.21 build
  • golang alpine3.21 build
go.mod go
  • github.com/bytedance/sonic v1.13.3
  • github.com/bytedance/sonic/loader v0.2.4
  • github.com/cloudwego/base64x v0.1.5
  • github.com/gabriel-vasile/mimetype v1.4.9
  • github.com/gin-contrib/cors v1.7.6
  • github.com/gin-contrib/sse v1.1.0
  • github.com/gin-gonic/gin v1.10.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.26.0
  • github.com/goccy/go-json v0.10.5
  • github.com/google/uuid v1.6.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.2.10
  • github.com/kr/text v0.2.0
  • github.com/leodido/go-urn v1.4.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.4
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.3.0
  • golang.org/x/arch v0.18.0
  • golang.org/x/crypto v0.39.0
  • golang.org/x/net v0.41.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/bytedance/sonic v1.13.3
  • github.com/bytedance/sonic/loader v0.1.1
  • github.com/bytedance/sonic/loader v0.2.4
  • github.com/cloudwego/base64x v0.1.5
  • github.com/cloudwego/iasm v0.2.0
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/gabriel-vasile/mimetype v1.4.9
  • github.com/gin-contrib/cors v1.7.6
  • github.com/gin-contrib/sse v1.1.0
  • github.com/gin-gonic/gin v1.10.1
  • github.com/go-playground/assert/v2 v2.2.0
  • github.com/go-playground/locales v0.14.1
  • github.com/go-playground/universal-translator v0.18.1
  • github.com/go-playground/validator/v10 v10.26.0
  • github.com/goccy/go-json v0.10.5
  • github.com/google/go-cmp v0.7.0
  • github.com/google/gofuzz v1.0.0
  • github.com/google/uuid v1.6.0
  • github.com/json-iterator/go v1.1.12
  • github.com/klauspost/cpuid/v2 v2.0.9
  • github.com/klauspost/cpuid/v2 v2.2.10
  • github.com/knz/go-libedit v1.10.1
  • github.com/kr/pretty v0.3.0
  • github.com/kr/text v0.2.0
  • github.com/leodido/go-urn v1.4.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
  • 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.4
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.8.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.1
  • github.com/stretchr/testify v1.10.0
  • github.com/twitchyliquid64/golang-asm v0.15.1
  • github.com/ugorji/go/codec v1.3.0
  • golang.org/x/arch v0.18.0
  • golang.org/x/crypto v0.39.0
  • golang.org/x/net v0.41.0
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.33.0
  • golang.org/x/text v0.26.0
  • google.golang.org/protobuf v1.36.6
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.1
  • nullprogram.com/x/optparse v1.0.0
.github/workflows/build_container.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/metadata-action v5 composite
  • docker/setup-buildx-action v2 composite
utils/go.mod go