{"id":24791492,"url":"https://github.com/sofyan48/guppy","last_synced_at":"2025-03-24T14:23:06.353Z","repository":{"id":72495048,"uuid":"258031903","full_name":"sofyan48/guppy","owner":"sofyan48","description":"Parameter Store Environment","archived":false,"fork":false,"pushed_at":"2020-06-09T23:23:51.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-19T14:07:48.716Z","etag":null,"topics":["environment","environment-variables","kv-store","system-store"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sofyan48.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}},"created_at":"2020-04-22T22:13:12.000Z","updated_at":"2022-12-13T13:25:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"97a1df77-1ea2-4b52-9ade-42204adb1669","html_url":"https://github.com/sofyan48/guppy","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":"0.019230769230769273","last_synced_commit":"eb9839e983f90cd67718310484f1d41c87d2748f"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofyan48%2Fguppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofyan48%2Fguppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofyan48%2Fguppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofyan48%2Fguppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofyan48","download_url":"https://codeload.github.com/sofyan48/guppy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245285662,"owners_count":20590450,"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":["environment","environment-variables","kv-store","system-store"],"created_at":"2025-01-29T19:17:15.228Z","updated_at":"2025-03-24T14:23:06.328Z","avatar_url":"https://github.com/sofyan48.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GUPPY PARAMETER STORE ENVIRONMENT\nGuppy is a storage environment so that the entire environment is concentrated in one place, KV Store based guppies use ETCD as its base\n\n## GETTING STARTED\nInstalling ETCD depend to use this software\n\n## GUPPY\nClient Library for access etcd project\n\ngo get github.com/sofyan48/guppy\n\n```golang\npackage main \n\nimport \"github.com/sofyan48/guppy/guppy\"\n\nfunc main(){\n    config := config.NewConfig()\n    config.DialTimeOut = 10\n    config.Urls = $URLS\n    guppy.Client(config).New()\n}\n\n```\n## GUPPY COMMAND LINE (CLI)\n```\n$./guppy -h                                                                     \nNAME:\n   guppy - guppy [command]\n\nUSAGE:\n   guppy [global options] command [command options] [arguments...]\n\nVERSION:\n   0.1.1\n\nAUTHOR:\n   sofyan48 \u003cmeongbego@gmail.com\u003e\n\nCOMMANDS:\n   put      put [command]\n   get      get [option]\n   rm       rm [option]\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --config FILE, -c FILE  Load environtment config from FILE\n   --help, -h              show help\n   --version, -v           print the version\n```\n### PUT Parameters\n```\nNAME:\n   guppy put - put [command]\n\nUSAGE:\n   guppy put [command options] [arguments...]\n\nOPTIONS:\n   --file value, -f value   File Template Path\n   --path value, -p value   Key for path\n   --value value, -v value  Value for key\n   --encryption             Set Encryption For Value\n```\n### GET Parameters\n```\nNAME:\n   guppy get - get [option]\n\nUSAGE:\n   guppy get [command options] [arguments...]\n\nOPTIONS:\n   --path value, -p value  Path Key\n   --with-decryption       Set Decryption For Value\n```\n### RM Parameters\n```\nNAME:\n   guppy rm - rm [option]\n\nUSAGE:\n   guppy rm [command options] [arguments...]\n\nOPTIONS:\n   --path value, -p value  Path Key\n```\n## GUPPY REST API","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofyan48%2Fguppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofyan48%2Fguppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofyan48%2Fguppy/lists"}