{"id":22511326,"url":"https://github.com/dictybase/modware-content","last_synced_at":"2026-02-12T22:31:36.002Z","repository":{"id":28598848,"uuid":"118825155","full_name":"dictyBase/modware-content","owner":"dictyBase","description":"dictyBase API server to manage the data from rich text editor frontend.","archived":false,"fork":false,"pushed_at":"2024-09-14T16:46:34.000Z","size":382,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-09-15T02:32:45.772Z","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,"publiccode":null,"codemeta":null}},"created_at":"2018-01-24T21:35:56.000Z","updated_at":"2024-09-14T16:45:54.000Z","dependencies_parsed_at":"2023-02-18T18:01:49.045Z","dependency_job_id":"5b3f11dc-7ff6-427d-9ecb-816c835b7aba","html_url":"https://github.com/dictyBase/modware-content","commit_stats":{"total_commits":113,"total_committers":6,"mean_commits":"18.833333333333332","dds":0.5132743362831859,"last_synced_commit":"460017658f85142d4aa94f6e1f0d49de56295b0c"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-content","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-content/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-content/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dictyBase%2Fmodware-content/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dictyBase","download_url":"https://codeload.github.com/dictyBase/modware-content/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548581,"owners_count":17935226,"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:09.368Z","updated_at":"2026-02-12T22:31:35.964Z","avatar_url":"https://github.com/dictyBase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# modware-content\n[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](LICENSE)  \n![Continuous integration](https://github.com/dictyBase/modware-content/workflows/Continuous%20integration/badge.svg)\n[![codecov](https://codecov.io/gh/dictyBase/modware-content/branch/develop/graph/badge.svg)](https://codecov.io/gh/dictyBase/modware-content)\n[![Maintainability](https://api.codeclimate.com/v1/badges/21ed283a6186cfa3d003/maintainability)](https://codeclimate.com/github/dictyBase/modware-content/maintainability)  \n![Last commit](https://badgen.net/github/last-commit/dictyBase/modware-content/develop)   \n[![Funding](https://badgen.net/badge/Funding/Rex%20L%20Chisholm,dictyBase,DCR/yellow?list=|)](https://projectreporter.nih.gov/project_info_description.cfm?aid=10024726\u0026icde=0)\n\n[dictyBase](http://dictybase.org) **API** server that uses [dictycontent\nbackend](https://github.com/dictybase-docker/dictycontent-postgres) to manage\ndata from rich text editor frontend. The API server supports both gRPC and\nHTTP/JSON protocol for data exchange.\n\n## Usage\n\n```\nNAME:\n   modware-content - starts the modware-content microservice with HTTP and grpc backends\n\nUSAGE:\n   modware-content [global options] command [command options] [arguments...]\n\nVERSION:\n   1.0.0\n\nCOMMANDS:\n     help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --dictycontent-pass value  dictycontent database password [$DICTYCONTENT_PASS]\n   --dictycontent-db value    dictycontent database name [$DICTYCONTENT_DB]\n   --dictycontent-user value  dictycontent database user [$DICTYCONTENT_USER]\n   --dictycontent-host value  dictycontent database host (default: \"dictycontent-backend\") [$DICTYCONTENT_BACKEND_SERVICE_HOST]\n   --dictycontent-port value  dictycontent database port [$DICTYCONTENT_BACKEND_SERVICE_PORT]\n   --port value               tcp port at which the servers will be available (default: \"9597\")\n   --help, -h                 show help\n   --version, -v              print the version\n\n```\n\n## API\n\n#### HTTP/JSON\n\nIt's [here](https://dictybase.github.io/dictybase-api), make sure you use the content from the dropdown on the top right.\n\n#### gRPC\n\nThe protocol buffer definitions and service apis are documented\n[here](https://github.com/dictyBase/dictybaseapis/tree/master/dictybase/content).\n\n# Misc badges\n![Issues](https://badgen.net/github/issues/dictyBase/modware-content)\n![Open Issues](https://badgen.net/github/open-issues/dictyBase/modware-content)\n![Closed Issues](https://badgen.net/github/closed-issues/dictyBase/modware-content)  \n![Total PRS](https://badgen.net/github/prs/dictyBase/modware-content)\n![Open PRS](https://badgen.net/github/open-prs/dictyBase/modware-content)\n![Closed PRS](https://badgen.net/github/closed-prs/dictyBase/modware-content)\n![Merged PRS](https://badgen.net/github/merged-prs/dictyBase/modware-content)  \n![Commits](https://badgen.net/github/commits/dictyBase/modware-content/develop)\n![Branches](https://badgen.net/github/branches/dictyBase/modware-content)\n![Tags](https://badgen.net/github/tags/dictyBase/modware-content/?color=cyan)  \n![GitHub repo size](https://img.shields.io/github/repo-size/dictyBase/modware-content?style=plastic)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/dictyBase/modware-content?style=plastic)\n[![Lines of Code](https://badgen.net/codeclimate/loc/dictyBase/modware-content)](https://codeclimate.com/github/dictyBase/modware-content/code)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdictybase%2Fmodware-content","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdictybase%2Fmodware-content","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdictybase%2Fmodware-content/lists"}