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

json-schema: https://github.com/heikkilamarko/todo-app

alloy asyncapi caddy centrifugo golang grafana json-schema keycloak letsencrypt loki minio nats open-policy-agent openapi postgresql sops svelte sveltekit temporalio

Score: 3.6888794541139363

Last synced: about 11 hours ago
JSON representation

Repository metadata:

Todo App


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 1 month ago

Total Commits: 451
Total Committers: 2
Avg Commits per committer: 225.5
Development Distribution Score (DDS): 0.002

Commits in past year: 20
Committers in past year: 1
Avg Commits per committer in past year: 20.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Marko Heikkilä h****o@h****m 450
Alexander Emelin f****b@g****m 1

Issue and Pull Request metadata

Last synced: 5 months ago

Total issues: 0
Total pull requests: 1
Average time to close issues: N/A
Average time to close pull requests: about 2 hours
Total issue authors: 0
Total pull request authors: 1
Average comments per issue: 0
Average comments per pull request: 1.0
Merged pull request: 1
Bot issues: 0
Bot pull requests: 0

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

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/heikkilamarko/todo-app

Top Issue Authors

Top Pull Request Authors

  • FZambia (1)

Top Issue Labels

Top Pull Request Labels


Dependencies

backend/todo-api/go.mod go
  • github.com/coreos/go-oidc/v3 v3.1.0
  • github.com/go-jose/go-jose/v3 v3.0.0
  • github.com/golang/protobuf v1.5.2
  • github.com/gorilla/mux v1.8.0
  • github.com/hashicorp/cap v0.2.0
  • github.com/hashicorp/go-cleanhttp v0.5.2
  • github.com/heikkilamarko/goutils v1.0.26
  • github.com/jackc/chunkreader/v2 v2.0.1
  • github.com/jackc/pgconn v1.13.0
  • github.com/jackc/pgio v1.0.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgproto3/v2 v2.3.1
  • github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
  • github.com/jackc/pgtype v1.12.0
  • github.com/jackc/pgx/v4 v4.17.2
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/mitchellh/mapstructure v1.5.0
  • github.com/nats-io/nats.go v1.16.0
  • github.com/nats-io/nkeys v0.3.0
  • github.com/nats-io/nuid v1.0.1
  • github.com/rs/xid v1.4.0
  • github.com/rs/zerolog v1.28.0
  • golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
  • golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
  • golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
  • golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
  • golang.org/x/text v0.3.7
  • google.golang.org/appengine v1.6.7
  • google.golang.org/protobuf v1.27.1
  • gopkg.in/square/go-jose.v2 v2.6.0
backend/todo-api/go.sum go
  • 528 dependencies
backend/todo-service/go.mod go
  • github.com/centrifugal/gocent/v3 v3.2.0
  • github.com/jackc/chunkreader/v2 v2.0.1
  • github.com/jackc/pgconn v1.13.0
  • github.com/jackc/pgio v1.0.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgproto3/v2 v2.3.1
  • github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
  • github.com/jackc/pgtype v1.12.0
  • github.com/jackc/pgx/v4 v4.17.2
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/nats-io/nats.go v1.16.0
  • github.com/nats-io/nkeys v0.3.0
  • github.com/nats-io/nuid v1.0.1
  • github.com/rs/zerolog v1.28.0
  • github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
  • github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
  • github.com/xeipuuv/gojsonschema v1.2.0
  • golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
  • golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
  • golang.org/x/text v0.3.7
backend/todo-service/go.sum go
  • 180 dependencies
backend/todo-worker/go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
  • github.com/gogo/googleapis v1.4.1
  • github.com/gogo/protobuf v1.3.2
  • github.com/gogo/status v1.1.1
  • github.com/golang/mock v1.6.0
  • github.com/golang/protobuf v1.5.2
  • github.com/google/uuid v1.3.0
  • github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
  • github.com/jackc/chunkreader/v2 v2.0.1
  • github.com/jackc/pgconn v1.13.0
  • github.com/jackc/pgio v1.0.0
  • github.com/jackc/pgpassfile v1.0.0
  • github.com/jackc/pgproto3/v2 v2.3.1
  • github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
  • github.com/jackc/pgtype v1.12.0
  • github.com/jackc/pgx/v4 v4.17.2
  • github.com/mattn/go-colorable v0.1.12
  • github.com/mattn/go-isatty v0.0.14
  • github.com/pborman/uuid v1.2.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/robfig/cron v1.2.0
  • github.com/rs/zerolog v1.28.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/testify v1.8.0
  • go.temporal.io/api v1.11.0
  • go.temporal.io/sdk v1.16.0
  • go.uber.org/atomic v1.9.0
  • golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
  • golang.org/x/net v0.0.0-20220728181054-f92ba40d432d
  • golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
  • golang.org/x/text v0.3.7
  • golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
  • google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
  • google.golang.org/grpc v1.48.0
  • google.golang.org/protobuf v1.28.1
  • gopkg.in/yaml.v3 v3.0.1
  • logur.dev/adapter/zerolog v0.6.0
  • logur.dev/logur v0.17.0
backend/todo-worker/go.sum go
  • 332 dependencies
frontend/package-lock.json npm
  • 154 dependencies
frontend/package.json npm
  • @sveltejs/adapter-static next development
  • @sveltejs/kit next development
  • prettier 2.7.1 development
  • prettier-plugin-svelte 2.7.0 development
  • sass 1.54.8 development
  • svelte 3.50.0 development
  • svelte-check 2.9.0 development
  • typescript 4.8.2 development
  • vite 3.1.0-beta.2 development
  • bootstrap 5.2.0
  • bootstrap-icons 1.9.1
  • centrifuge 3.0.1
  • keycloak-js 19.0.1
  • ky 0.31.3
tools/json-schema-generator/package-lock.json npm
  • @apidevtools/json-schema-ref-parser 9.0.9
  • @asyncapi/parser 1.15.1
  • @asyncapi/specs 2.14.0
  • @fmvilas/pseudo-yaml-ast 0.3.1
  • @jsdevtools/ono 7.1.3
  • @types/json-schema 7.0.11
  • ajv 6.12.6
  • argparse 2.0.1
  • argparse 1.0.10
  • call-me-maybe 1.0.1
  • chalk 5.0.1
  • code-error-fragment 0.0.230
  • esprima 4.0.1
  • fast-deep-equal 3.1.3
  • fast-json-stable-stringify 2.1.0
  • grapheme-splitter 1.0.4
  • js-yaml 4.1.0
  • js-yaml 3.14.1
  • json-schema-traverse 0.4.1
  • json-to-ast 2.1.0
  • lodash.clonedeep 4.5.0
  • node-fetch 2.6.7
  • punycode 2.1.1
  • sprintf-js 1.0.3
  • tiny-merge-patch 0.1.2
  • tr46 0.0.3
  • uri-js 4.4.1
  • webidl-conversions 3.0.1
  • whatwg-url 5.0.0
  • yaml 2.1.1
  • yaml-ast-parser 0.0.43
tools/json-schema-generator/package.json npm
  • @asyncapi/parser 1.15.1
  • chalk 5.0.1
  • yaml 2.1.1
backend/caddy/dev/Dockerfile docker
  • caddy alpine build
backend/caddy/prod/Dockerfile docker
  • caddy builder-alpine build
  • caddy alpine build
backend/db/migrate/Dockerfile docker
  • migrate/migrate latest build
backend/db/postgres/Dockerfile docker
  • postgres alpine build
backend/keycloak/configure/Dockerfile docker
  • alpine latest build
backend/keycloak/docker/Dockerfile docker
  • quay.io/keycloak/keycloak latest build
backend/nats/Dockerfile docker
  • nats latest build
backend/nats-configure/Dockerfile docker
  • natsio/nats-box latest build
backend/todo-api/Dockerfile docker
  • gcr.io/distroless/static latest build
  • golang alpine build
backend/todo-service/Dockerfile docker
  • gcr.io/distroless/static latest build
  • golang alpine build
backend/todo-worker/Dockerfile docker
  • gcr.io/distroless/static latest build
  • golang alpine build
docker-compose.yml docker
  • centrifugo/centrifugo latest
  • minio/console latest
  • minio/minio latest
  • todo-app/caddy latest
  • todo-app/db latest
  • todo-app/db-migrate latest
  • todo-app/grafana latest
  • todo-app/keycloak latest
  • todo-app/loki latest
  • todo-app/minio-migrate latest
  • todo-app/nats latest
  • todo-app/nats-configure latest
  • todo-app/promtail latest
  • todo-app/temporal latest
  • todo-app/todo-api latest
  • todo-app/todo-app latest
  • todo-app/todo-service latest
  • todo-app/todo-worker latest
frontend/Dockerfile docker
  • caddy alpine build
  • node 18-alpine build
monitor/grafana/Dockerfile docker
  • grafana/grafana latest build
monitor/loki/Dockerfile docker
  • grafana/loki 2.7.1 build
monitor/minio/migrate/Dockerfile docker
  • minio/mc latest build
docker-compose.prod.yml docker
monitor/alloy/Dockerfile docker
  • grafana/alloy latest build