{"id":22511337,"url":"https://github.com/dictybase/modware-order","last_synced_at":"2026-04-28T11:35:10.836Z","repository":{"id":33927542,"uuid":"160222844","full_name":"dictyBase/modware-order","owner":"dictyBase","description":"dictyBase grpc service to manage order of biological stocks","archived":false,"fork":false,"pushed_at":"2024-11-09T17:26:46.000Z","size":952,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-04T20:40:36.539Z","etag":null,"topics":["golang","grpc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dictyBase.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}},"created_at":"2018-12-03T16:42:41.000Z","updated_at":"2024-10-25T14:17:00.000Z","dependencies_parsed_at":"2023-02-15T17:45:48.009Z","dependency_job_id":"2925f462-2094-437b-99be-5a75141af4e6","html_url":"https://github.com/dictyBase/modware-order","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-order","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-order/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-order/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-order/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dictyBase","download_url":"https://codeload.github.com/dictyBase/modware-order/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245949560,"owners_count":20698917,"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":["golang","grpc"],"created_at":"2024-12-07T02:11:11.657Z","updated_at":"2026-04-28T11:35:05.807Z","avatar_url":"https://github.com/dictyBase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# modware-order\n[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](LICENSE)  \n![Continuous integration](https://github.com/dictyBase/modware-order/workflows/Continuous%20integration/badge.svg)\n[![codecov](https://codecov.io/gh/dictyBase/modware-order/branch/develop/graph/badge.svg)](https://codecov.io/gh/dictyBase/modware-order)\n[![Maintainability](https://api.codeclimate.com/v1/badges/f6b7067bd24eab14ba0d/maintainability)](https://codeclimate.com/github/dictyBase/modware-order/maintainability)   \n![Last commit](https://badgen.net/github/last-commit/dictyBase/modware-order/develop)   \n[![Funding](https://badgen.net/badge/Funding/Rex%20L%20Chisholm,dictyBase,DCR/yellow?list=|)](https://reporter.nih.gov/project-details/10024726)\n\ndictyBase API server to manage order of biological stocks. The API server supports gRPC protocol for data exchange.\n\n## Usage\n\n```\nNAME:\n   modware-order - cli for modware-order microservice\n\nUSAGE:\n   modware-order [global options] command [command options] [arguments...]\n\nVERSION:\n   1.0.0\n\nCOMMANDS:\n     start-server  starts the modware-order microservice with grpc backends\n     help, h       Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --log-format value  format of the logging out, either of json or text. (default: \"json\")\n   --log-level value   log level for the application (default: \"error\")\n   --help, -h          show help\n   --version, -v       print the version\n```\n\n## Subcommand\n\n```\nNAME:\n   modware-order start-server - starts the modware-order microservice with grpc backends\n\nUSAGE:\n   modware-order start-server [command options] [arguments...]\n\nOPTIONS:\n   --arangodb-pass value, --pass value    arangodb database password [$ARANGODB_PASS]\n   --arangodb-database value, --db value  arangodb database name [$ARANGODB_DATABASE]\n   --arangodb-user value, --user value    arangodb database user [$ARANGODB_USER]\n   --arangodb-host value, --host value    arangodb database host (default: \"arangodb\") [$ARANGODB_SERVICE_HOST]\n   --arangodb-port value                  arangodb database port (default: \"8529\") [$ARANGODB_SERVICE_PORT]\n   --is-secure                            flag for secured or unsecured arangodb endpoint\n   --nats-host value                      nats messaging server host [$NATS_SERVICE_HOST]\n   --nats-port value                      nats messaging server port [$NATS_SERVICE_PORT]\n   --port value                           tcp port at which the server will be available (default: \"9560\")\n   --order-collection value               arangodb collection for storing stock orders (default: \"stock_order\")\n   --reflection, --ref                    flag for enabling server reflection\n```\n\n## Default Names\n\nThere is only one collection, and its default name is **stock_order**.\n\n# API\n\n### gRPC\n\nThe protocol buffer definitions and service apis are documented\n[here](https://github.com/dictyBase/dictybaseapis/blob/master/dictybase/order/order.proto).\n\n# Misc badges\n![Issues](https://badgen.net/github/issues/dictyBase/modware-order)\n![Open Issues](https://badgen.net/github/open-issues/dictyBase/modware-order)\n![Closed Issues](https://badgen.net/github/closed-issues/dictyBase/modware-order)  \n![Total PRS](https://badgen.net/github/prs/dictyBase/modware-order)\n![Open PRS](https://badgen.net/github/open-prs/dictyBase/modware-order)\n![Closed PRS](https://badgen.net/github/closed-prs/dictyBase/modware-order)\n![Merged PRS](https://badgen.net/github/merged-prs/dictyBase/modware-order)  \n![Commits](https://badgen.net/github/commits/dictyBase/modware-order/develop)\n![Branches](https://badgen.net/github/branches/dictyBase/modware-order)\n![Tags](https://badgen.net/github/tags/dictyBase/modware-order)  \n[![Lines of Code](https://badgen.net/codeclimate/loc/dictyBase/modware-order)](https://codeclimate.com/github/dictyBase/modware-order/code)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdictybase%2Fmodware-order","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdictybase%2Fmodware-order","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdictybase%2Fmodware-order/lists"}