{"id":23240742,"url":"https://github.com/skbkontur/db-viewer","last_synced_at":"2025-08-08T16:10:43.221Z","repository":{"id":37874596,"uuid":"251239067","full_name":"skbkontur/db-viewer","owner":"skbkontur","description":"Database Viewer with custom configuration","archived":false,"fork":false,"pushed_at":"2025-05-28T13:11:56.000Z","size":9004,"stargazers_count":6,"open_issues_count":14,"forks_count":6,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-29T10:33:46.170Z","etag":null,"topics":["cassandra","cql","database","database-viewer","db-viewer"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skbkontur.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-30T08:00:29.000Z","updated_at":"2025-05-28T10:11:48.000Z","dependencies_parsed_at":"2023-02-17T07:01:20.446Z","dependency_job_id":"eba7a312-e4ed-4b78-b87e-87aca6e90026","html_url":"https://github.com/skbkontur/db-viewer","commit_stats":{"total_commits":354,"total_committers":17,"mean_commits":"20.823529411764707","dds":0.4265536723163842,"last_synced_commit":"174dfb3eea9e9695323818df08b3c764c5df6e06"},"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/skbkontur/db-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skbkontur%2Fdb-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skbkontur%2Fdb-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skbkontur%2Fdb-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skbkontur%2Fdb-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skbkontur","download_url":"https://codeload.github.com/skbkontur/db-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skbkontur%2Fdb-viewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269449434,"owners_count":24419080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cassandra","cql","database","database-viewer","db-viewer"],"created_at":"2024-12-19T05:13:51.615Z","updated_at":"2025-08-08T16:10:43.188Z","avatar_url":"https://github.com/skbkontur.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# db-viewer\n\nDatabase Viewer with custom configuration\n\n|              | Build Status\n|--------------|:--------------:\n| DbViewer | [![NuGet Status](https://img.shields.io/nuget/v/SkbKontur.DbViewer)](https://www.nuget.org/packages/SkbKontur.DbViewer/)\n| DbViewer.Cql | [![NuGet Status](https://img.shields.io/nuget/v/SkbKontur.DbViewer.Cql)](https://www.nuget.org/packages/SkbKontur.DbViewer.Cql/)\n| DbViewer.EntityFramework | [![NuGet Status](https://img.shields.io/nuget/v/SkbKontur.DbViewer.EntityFramework)](https://www.nuget.org/packages/SkbKontur.DbViewer.EntityFramework/)\n| db-viewer-ui | [![npm](https://img.shields.io/npm/v/@skbkontur/db-viewer-ui)](https://www.npmjs.com/package/@skbkontur/db-viewer-ui/)\n| Build | [![Build status](https://github.com/skbkontur/db-viewer/actions/workflows/actions.yml/badge.svg)](https://github.com/skbkontur/db-viewer/actions)\n\n## Release Notes\n\nSee [CHANGELOG](CHANGELOG.md).\n\n## How to Use\n\nSee [ApiController](https://github.com/skbkontur/db-viewer/blob/master/DbViewer.TestApi/Controllers/DbViewerApiController.cs) example for backend configuration.\n\nSee [DbViewerApplication](https://github.com/skbkontur/db-viewer/blob/master/db-viewer-ui/index.tsx) usage example for front configuration.\n\n## How to Start\n\n```\n# start databases\ndocker-compose up -d\n\n# build backend\ndotnet tool restore\ndotnet build --configuration Release ./DbViewer.sln\n\n# build front\nyarn install\nyarn build:types\n\n# apply db migration\ndotnet ef database update --project ./DbViewer.TestApi/DbViewer.TestApi.csproj --no-build --configuration Release\n\n# start db-viewer\n./DbViewer.TestApi/bin/net6.0/SkbKontur.DbViewer.TestApi.exe\nyarn start:prod\n\n# start tests\ndotnet test --no-build --configuration Release ./DbViewer.Tests/DbViewer.Tests.csproj\n\n# run code cleanup\ndotnet jb cleanupcode DbViewer.sln --profile=CatalogueCleanup --exclude=./DbViewer.TestApi/Migrations/*.cs --verbosity=WARN\nyarn lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskbkontur%2Fdb-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskbkontur%2Fdb-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskbkontur%2Fdb-viewer/lists"}