# AvitalTamir/cyphernetes

A Kubernetes Query Language

Repository: https://github.com/AvitalTamir/cyphernetes
Canonical: https://ross.abutalabs.com/products/cyphernetes
Homepage: https://cyphernet.es
Language: Go
License: Apache-2.0
License Family: permissive
Last push: 2026-07-03T13:52:10+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 90, release rhythm 40, longevity 73
- inputs: {"age_days": 1024, "days_push": 61, "days_rel": 430, "gap_med": 12, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1220, forks 25 (observed 2026-08-28T04:04:01.920613+00:00)

## What it is
Cyphernetes is a Cypher-inspired query language and CLI for Kubernetes that lets users express cluster operations as graph queries (MATCH/WHERE/DELETE) instead of verbose kubectl pipelines. It ships as a CLI with an interactive shell, web UI, kubectl plugin, Go API, and an operator for defining reactive workflows.

## Use cases
- query kubernetes resources with a cypher-like language
- delete all pods that are not running
- find relationships between deployments, services and pods
- run kubernetes queries in ci/cd pipelines
- query multiple kubernetes clusters with one command
- build kubernetes operators without writing go code
- visualize cluster resources as a graph

## When to choose
- you frequently write complex multi-resource kubectl/jq pipelines
- you want graph-style queries over kubernetes resources and CRDs
- you need multi-cluster querying or scripting-friendly k8s queries
- you want to define operators/workflows declaratively without Go

## When to avoid
- you only need simple single-resource kubectl commands
- your team has no appetite for learning a new query language
- you need battle-tested tooling for critical production automation with strict change-control
- you work outside Kubernetes entirely

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, api-framework
- domain: developer-tools, cloud-computing, infrastructure-as-code
- platform: windows, cli, go
- tags: kubernetes, cypher-query-language, kubectl-plugin, graph-queries, operator-framework, multi-cluster, query-language, devops, containers, linux, macos

## Member repositories
- AvitalTamir/cyphernetes (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:01.920613+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:15:54.710916+00:00, confidence not recorded.
  - readme: https://github.com/AvitalTamir/cyphernetes (fetched 2026-08-28T04:04:01.920613+00:00, sha 2c9c348c5d1a)
  - homepage: https://cyphernet.es (fetched 2026-08-29T12:24:10.503058+00:00, sha 0dc13f22dc67)
  - site_page: https://cyphernet.es/docs/installation (fetched 2026-08-29T12:24:10.512313+00:00, sha eab1d92aab17)
  - site_page: https://cyphernet.es/docs/examples (fetched 2026-08-29T12:24:10.514485+00:00, sha 18a2471e09be)
- Data as of 2026-08-30T08:39:29.467469+00:00.
