{"id":15538586,"url":"https://github.com/tofu-tf/typed-schema","last_synced_at":"2025-04-09T18:17:27.514Z","repository":{"id":38314532,"uuid":"142857684","full_name":"tofu-tf/typed-schema","owner":"tofu-tf","description":"Typelevel http service definition DSL","archived":false,"fork":false,"pushed_at":"2024-08-19T21:16:00.000Z","size":3507,"stargazers_count":150,"open_issues_count":51,"forks_count":28,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-09T18:17:20.726Z","etag":null,"topics":["akka-http","http-server","open-api-v3","scala","swagger","typelevel-programming"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/tofu-tf.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-30T09:57:24.000Z","updated_at":"2024-10-28T16:29:20.000Z","dependencies_parsed_at":"2024-10-30T00:22:45.303Z","dependency_job_id":null,"html_url":"https://github.com/tofu-tf/typed-schema","commit_stats":{"total_commits":647,"total_committers":32,"mean_commits":20.21875,"dds":0.5718701700154559,"last_synced_commit":"64742e3c0cc836ec5e93098ddfbc237b59d490dd"},"previous_names":["tinkoffcreditsystems/typed-schema"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofu-tf%2Ftyped-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofu-tf%2Ftyped-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofu-tf%2Ftyped-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tofu-tf%2Ftyped-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tofu-tf","download_url":"https://codeload.github.com/tofu-tf/typed-schema/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085321,"owners_count":21045139,"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","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":["akka-http","http-server","open-api-v3","scala","swagger","typelevel-programming"],"created_at":"2024-10-02T12:04:58.582Z","updated_at":"2025-04-09T18:17:27.483Z","avatar_url":"https://github.com/tofu-tf.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"| CI | Release | \n| --- | --- |\n| ![Scala CI](https://github.com/TinkoffCreditSystems/typed-schema/workflows/Scala%20CI/badge.svg) | [![Maven Central](https://img.shields.io/maven-central/v/ru.tinkoff/typed-schema-typedsl_2.12.svg)](https://search.maven.org/search?q=ru.tinkoff.typed-schema-typedsl) | \n\n# Welcome to Typed Schema\nTyped schema is an http service definition DSL, currently translating to [akka-http Routes](https://doc.akka.io/docs/akka-http/current/routing-dsl/overview.html) and [OpenApi 3.0 definition](https://swagger.io/specification/) inspired by the [haskell-servant](http://haskell-servant.readthedocs.io/en/stable/) library.\n\n## Getting started\nTyped Schema is published to Maven Central and cross-built for Scala `2.12` and `2.13` so you can just add the following to your build:\n\n```scala\nlibraryDependencies ++= List(\n  \"ru.tinkoff\" %% \"typed-schema-swagger\" % \"latest version in badge\",\n  \"ru.tinkoff\" %% \"typed-schema-finagle-zio\" % \"latest version in badge\",\n  \"ru.tinkoff\" %% \"typed-schema-finagle-custom\" % \"latest version in badge\",\n)\n```\n\nor \n\n```scala\nlibraryDependencies ++= List(\n  \"ru.tinkoff\" %% \"typed-schema-swagger\"        % \"latest version in badge\",\n  \"ru.tinkoff\" %% \"typed-schema-finagle-env\"    % \"latest version in badge\",\n  \"ru.tinkoff\" %% \"typed-schema-finagle-custom\" % \"latest version in badge\",\n)\n```\nor\n\n```scala\nlibraryDependencies ++= List(\n  \"ru.tinkoff\" %% \"typed-schema-swagger\"   % \"latest version in badge\",\n  \"ru.tinkoff\" %% \"typed-schema-akka-http\" % \"latest version in badge\",\n)\n```\n\n## Motivation\nWe the People building services using modern scala often struggling to satisfy following requirements\n* Service implementation should be checked to be compatible with OpenApi 3.0 specifications at the compile time\n* Service definition should be detachable from the implementation and exportable as mere specification\n* There should be an easy way to migrate all the services to different effect\\future\\task implementation\nwithout changing any definition\n* There should be some way to migrate all the service to another framework without reimplementing them\n\n# [Learn More on the TypedSchema Microsite](https://tofu-tf.github.io/typed-schema/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofu-tf%2Ftyped-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftofu-tf%2Ftyped-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftofu-tf%2Ftyped-schema/lists"}