autoscaler

Autoscaler is an open-source autoscaling system that allows you to scale your applications where they are today. No more need to spend millions of dollars on Kubernetes or hiring infrastructure engineers, right size it yourself!

https://github.com/autoscalerhq/autoscaler

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
    Low similarity (1.9%) to scientific vocabulary

Keywords

autoscaling infrastructure kubernetes
Last synced: 6 months ago · JSON representation

Repository

Autoscaler is an open-source autoscaling system that allows you to scale your applications where they are today. No more need to spend millions of dollars on Kubernetes or hiring infrastructure engineers, right size it yourself!

Basic Info
  • Host: GitHub
  • Owner: autoscalerhq
  • License: other
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://autoscaler.dev
  • Size: 2.07 MB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
autoscaling infrastructure kubernetes
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

Owner

  • Name: autoscalerhq
  • Login: autoscalerhq
  • Kind: organization

GitHub Events

Total
  • Issue comment event: 2
Last Year
  • Issue comment event: 2

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 0
proxy.golang.org: github.com/autoscalerhq/autoscaler
  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.3%
Average: 6.5%
Dependent repos count: 6.7%
Last synced: 7 months ago

Dependencies

docker/docker-compose.yml docker
  • apachepulsar/pulsar latest
  • apachepulsar/pulsar-manager v0.3.0
  • clickhouse/clickhouse-server latest
  • docker.dragonflydb.io/dragonflydb/dragonfly latest
  • ghcr.io/cerbos/cerbos 0.29.0
  • grafana/grafana latest
  • grafana/loki latest
  • grafana/tempo latest
  • minio/minio latest
  • posthog/posthog latest
  • prom/prometheus latest
  • pyroscope/pyroscope latest
  • registry.supertokens.io/supertokens/supertokens-postgresql latest
  • timescale/timescaledb latest-pg14
.github/workflows/on-pr.yml actions
  • DavidAnson/markdownlint-cli2-action v16 composite
  • actions-rust-lang/setup-rust-toolchain v1 composite
  • actions/checkout v4 composite
  • actions/checkout v2 composite
  • actions/dependency-review-action v4 composite
  • actions/setup-go v5 composite
  • actions/upload-artifact v2 composite
  • streetsidesoftware/cspell-action v6 composite
  • taiki-e/install-action v2 composite
.github/workflows/on-stale-pr.yml actions
  • actions/stale v9 composite
.github/workflows/reuseable-check-crate.yml actions
  • actions-rust-lang/setup-rust-toolchain v1 composite
  • actions/checkout v4 composite
  • taiki-e/install-action v2 composite
go.mod go
  • github.com/KyleBanks/depth v1.2.1
  • github.com/PuerkitoBio/purell v1.1.1
  • github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
  • github.com/earthly/earthly/examples/go-monorepo/libs/hello v0.0.0-20240716165806-c70b2701415f
  • github.com/ghodss/yaml v1.0.0
  • github.com/go-logr/logr v1.4.2
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/go-openapi/jsonreference v0.19.6
  • github.com/go-openapi/spec v0.20.4
  • github.com/go-openapi/swag v0.19.15
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.6.0
  • github.com/josharian/intern v1.0.0
  • github.com/klauspost/compress v1.17.2
  • github.com/labstack/echo/v4 v4.12.0
  • github.com/labstack/gommon v0.4.2
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.20
  • github.com/nats-io/nats.go v1.36.0
  • github.com/nats-io/nkeys v0.4.7
  • github.com/nats-io/nuid v1.0.1
  • github.com/swaggo/echo-swagger v1.4.1
  • github.com/swaggo/files/v2 v2.0.0
  • github.com/swaggo/swag v1.16.3
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasttemplate v1.2.2
  • go.opentelemetry.io/otel v1.28.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.4.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0
  • go.opentelemetry.io/otel/log v0.4.0
  • go.opentelemetry.io/otel/metric v1.28.0
  • go.opentelemetry.io/otel/sdk v1.28.0
  • go.opentelemetry.io/otel/sdk/log v0.4.0
  • go.opentelemetry.io/otel/sdk/metric v1.28.0
  • go.opentelemetry.io/otel/trace v1.28.0
  • golang.org/x/crypto v0.22.0
  • golang.org/x/net v0.24.0
  • golang.org/x/sys v0.21.0
  • golang.org/x/text v0.14.0
  • golang.org/x/time v0.5.0
  • golang.org/x/tools v0.7.0
  • gopkg.in/yaml.v2 v2.4.0
go.sum go
  • github.com/KyleBanks/depth v1.2.1
  • github.com/PuerkitoBio/purell v1.1.1
  • github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
  • 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/earthly/earthly/examples/go-monorepo/libs/hello v0.0.0-20240716165806-c70b2701415f
  • github.com/ghodss/yaml v1.0.0
  • github.com/go-logr/logr v1.2.2
  • github.com/go-logr/logr v1.4.2
  • github.com/go-logr/stdr v1.2.2
  • github.com/go-openapi/jsonpointer v0.19.3
  • github.com/go-openapi/jsonpointer v0.19.5
  • github.com/go-openapi/jsonreference v0.19.6
  • github.com/go-openapi/spec v0.20.4
  • github.com/go-openapi/swag v0.19.5
  • github.com/go-openapi/swag v0.19.15
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/go-cmp v0.6.0
  • github.com/google/uuid v1.6.0
  • github.com/josharian/intern v1.0.0
  • github.com/klauspost/compress v1.17.2
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/labstack/echo/v4 v4.12.0
  • github.com/labstack/gommon v0.4.2
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
  • github.com/mailru/easyjson v0.7.6
  • github.com/mailru/easyjson v0.7.7
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.20
  • github.com/nats-io/nats.go v1.36.0
  • github.com/nats-io/nkeys v0.4.7
  • github.com/nats-io/nuid v1.0.1
  • github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.6.1
  • github.com/stretchr/testify v1.9.0
  • github.com/swaggo/echo-swagger v1.4.1
  • github.com/swaggo/files/v2 v2.0.0
  • github.com/swaggo/swag v1.16.3
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasttemplate v1.2.2
  • go.opentelemetry.io/otel v1.28.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.4.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0
  • go.opentelemetry.io/otel/log v0.4.0
  • go.opentelemetry.io/otel/metric v1.28.0
  • go.opentelemetry.io/otel/sdk v1.28.0
  • go.opentelemetry.io/otel/sdk/log v0.4.0
  • go.opentelemetry.io/otel/sdk/metric v1.28.0
  • go.opentelemetry.io/otel/trace v1.28.0
  • golang.org/x/crypto v0.22.0
  • golang.org/x/mod v0.9.0
  • golang.org/x/net v0.0.0-20210421230115-4e50805a0758
  • golang.org/x/net v0.24.0
  • golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
  • golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.21.0
  • golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
  • golang.org/x/text v0.3.6
  • golang.org/x/text v0.3.7
  • golang.org/x/text v0.14.0
  • golang.org/x/time v0.5.0
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.7.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
  • gopkg.in/yaml.v2 v2.2.2
  • gopkg.in/yaml.v2 v2.4.0
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
  • gopkg.in/yaml.v3 v3.0.1
website/package.json npm
  • @types/eslint ^8.56.10 development
  • @types/node ^20.14.10 development
  • @types/react ^18.3.3 development
  • @types/react-dom ^18.3.0 development
  • @typescript-eslint/eslint-plugin ^7.1.1 development
  • @typescript-eslint/parser ^7.1.1 development
  • eslint ^8.57.0 development
  • eslint-config-next ^14.2.4 development
  • postcss ^8.4.39 development
  • prettier ^3.3.2 development
  • prettier-plugin-tailwindcss ^0.6.5 development
  • tailwindcss ^3.4.3 development
  • typescript ^5.5.3 development
  • @hookform/resolvers ^3.9.0
  • @radix-ui/react-accordion ^1.2.0
  • @radix-ui/react-avatar ^1.1.0
  • @radix-ui/react-context-menu ^2.2.1
  • @radix-ui/react-dialog ^1.1.1
  • @radix-ui/react-dropdown-menu ^2.1.1
  • @radix-ui/react-hover-card ^1.1.1
  • @radix-ui/react-label ^2.1.0
  • @radix-ui/react-menubar ^1.1.1
  • @radix-ui/react-navigation-menu ^1.2.0
  • @radix-ui/react-popover ^1.1.1
  • @radix-ui/react-progress ^1.1.0
  • @radix-ui/react-radio-group ^1.2.0
  • @radix-ui/react-scroll-area ^1.1.0
  • @radix-ui/react-select ^2.1.1
  • @radix-ui/react-separator ^1.1.0
  • @radix-ui/react-slot ^1.1.0
  • @radix-ui/react-switch ^1.1.0
  • @radix-ui/react-tabs ^1.1.0
  • @radix-ui/react-toast ^1.2.1
  • @radix-ui/react-toggle ^1.1.0
  • @radix-ui/react-toggle-group ^1.1.0
  • @radix-ui/react-tooltip ^1.1.2
  • @t3-oss/env-nextjs ^0.10.1
  • class-variance-authority ^0.7.0
  • clsx ^2.1.1
  • cmdk ^1.0.0
  • geist ^1.3.0
  • lucide-react ^0.416.0
  • next ^14.2.4
  • next-themes ^0.3.0
  • nextjs-cors ^2.2.0
  • posthog-js ^1.150.0
  • react ^18.3.1
  • react-dom ^18.3.1
  • react-helmet ^6.1.0
  • react-hook-form ^7.52.1
  • recharts ^2.12.7
  • sonner ^1.5.0
  • supertokens-auth-react ^0.44.0
  • supertokens-node ^19.0.0
  • supertokens-web-js ^0.13.0
  • tailwind-merge ^2.4.0
  • tailwindcss-animate ^1.0.7
  • zod ^3.23.8