{"id":30884399,"url":"https://github.com/ozontech/seq-ui","last_synced_at":"2025-09-08T10:37:03.518Z","repository":{"id":313162264,"uuid":"1011150141","full_name":"ozontech/seq-ui","owner":"ozontech","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-04T08:19:45.000Z","size":1040,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T09:42:03.265Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ozontech.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-30T11:31:07.000Z","updated_at":"2025-09-01T16:04:59.000Z","dependencies_parsed_at":"2025-09-04T09:42:07.040Z","dependency_job_id":"25b2e33d-37f6-4e9d-8c10-dc4c848b9aab","html_url":"https://github.com/ozontech/seq-ui","commit_stats":null,"previous_names":["ozontech/seq-ui"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ozontech/seq-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozontech%2Fseq-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozontech%2Fseq-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozontech%2Fseq-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozontech%2Fseq-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozontech","download_url":"https://codeload.github.com/ozontech/seq-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozontech%2Fseq-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274172187,"owners_count":25235053,"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-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2025-09-08T10:37:00.105Z","updated_at":"2025-09-08T10:37:03.502Z","avatar_url":"https://github.com/ozontech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seq UI Server\n\n## First steps\n\n### Third party dependencies\n\nTo download third party binary dependencies (e.g. proto-gen-go, grpc-gateway, vtproto) run `make deps`.\n\n### Build\n\nUse `make build` to build the application.\nIt compiles the application into the `bin` folder.\n\n### Local run\n\nUse `docker compose up -d` to start all necessary containers.\n\nUse `make migrate` and `make migrate-ch` to run postgres and clickhouse migrations.\n\nUse `make run` to run the application with default config path `seq-ui-server-config.yaml`.\n\nSeqUI starts listening for requests:\n* HTTP - `http://localhost:5555`\n* gRPC - `http://localhost:5556`\n* Debug - `http://localhost:5557`\n\nSwaggerUI available at `http://localhost:5557/docs`.\n\n## Migrations\n\nThere are two options to run migrations:\n1. Change variable `MIGRATION_DSN`/`MIGRATION_DSN_CLICKHOUSE` in Makefile and use `make migrate`/`make migrate-ch`\n2. Use `make migrate MIGRATION_DSN=\"{your_dsn}\"`/`make migrate-ch MIGRATION_DSN_CLICKHOUSE=\"{your_dsn}\"`\n\nSimilar options for rolling back the last migration, but use `make undo-last-migration`/`make undo-last-migration-ch` command.\n\n## Lint before commit \n\nRun `make lint`. It will check *.proto files with [buf](https://buf.build/) and *.go files with golangci-lint.\n\n## Configuring\n\nThe application can be configured via yaml file. See the details in [docs/config.md](docs/config.md).\n\nExample of config file can be found [here](config/app.example.yaml).\n\n## Tracing initialization\n\nRun this before start to enable tracing:\n```shell\nexport TRACING_SERVICE_NAME=seq-ui-server-local\nexport TRACING_SAMPLER_PARAM=1.0\nexport JAEGER_AGENT_PORT=6831\nexport JAEGER_AGENT_HOST=127.0.0.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozontech%2Fseq-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozontech%2Fseq-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozontech%2Fseq-ui/lists"}