{"id":15654114,"url":"https://github.com/staticdev/kino-rivenorm-microservice","last_synced_at":"2025-04-08T12:17:14.956Z","repository":{"id":39637126,"uuid":"127331164","full_name":"staticdev/kino-rivenorm-microservice","owner":"staticdev","description":"KINO's Rivescript pt_BR normalizer microservice","archived":false,"fork":false,"pushed_at":"2023-02-22T09:15:05.000Z","size":98,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T08:16:40.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/staticdev.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}},"created_at":"2018-03-29T18:24:47.000Z","updated_at":"2021-03-14T17:47:55.000Z","dependencies_parsed_at":"2024-11-04T15:54:53.965Z","dependency_job_id":null,"html_url":"https://github.com/staticdev/kino-rivenorm-microservice","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fkino-rivenorm-microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fkino-rivenorm-microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fkino-rivenorm-microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staticdev%2Fkino-rivenorm-microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staticdev","download_url":"https://codeload.github.com/staticdev/kino-rivenorm-microservice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247838447,"owners_count":21004580,"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":[],"created_at":"2024-10-03T12:49:37.121Z","updated_at":"2025-04-08T12:17:14.934Z","avatar_url":"https://github.com/staticdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kino-rivenorm-microservice\n\nWebservice REST para normalizar mensagens usando Rivescript.\n\n## Requisitos\n\n- Instalar Docker-CE Versão 19.03+\n\n## Geração interfaces\n\n```sh\npython3 -m pip install grpcio-tools\npython3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. protos/normalization.proto\n```\n\n## Execução\n\nRodar os comandos:\n\n```sh\n# gerar a imagem\nsudo docker build -t staticdev/rivenorm:2.0.0 .\n# verificar se gerou\nsudo docker images\n# instanciar imagem\nsudo docker run --name rivenorm -d -p 50051:50051 staticdev/rivenorm:2.0.0\n# conferir processo rodando\nsudo docker ps -a\n\n# para parar o container\nsudo docker stop rivenorm\n# para remover um container (precisa parar primeiro)\nsudo docker rm rivenorm\n# para deletar a imagem\nsudo docker rmi staticdev/rivenorm:2.0.0\n```\n\n### Exemplo de uso\n\nFoi criado um cliente gRPC de [exemplo](examples/normalization_client.py).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticdev%2Fkino-rivenorm-microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaticdev%2Fkino-rivenorm-microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaticdev%2Fkino-rivenorm-microservice/lists"}