{"id":17946991,"url":"https://github.com/defstream/go-kickable","last_synced_at":"2025-04-03T14:45:18.056Z","repository":{"id":90660948,"uuid":"93772366","full_name":"defstream/go-kickable","owner":"defstream","description":"Kickable is a service built to answer the age old question of \"Can I Kick It?\"","archived":false,"fork":false,"pushed_at":"2017-06-20T16:52:14.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T19:08:05.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/defstream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-06-08T16:54:03.000Z","updated_at":"2023-03-05T02:01:16.000Z","dependencies_parsed_at":"2023-07-09T03:46:02.126Z","dependency_job_id":null,"html_url":"https://github.com/defstream/go-kickable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstream%2Fgo-kickable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstream%2Fgo-kickable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstream%2Fgo-kickable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defstream%2Fgo-kickable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defstream","download_url":"https://codeload.github.com/defstream/go-kickable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247024115,"owners_count":20870935,"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-29T07:08:17.255Z","updated_at":"2025-04-03T14:45:18.009Z","avatar_url":"https://github.com/defstream.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://media2.giphy.com/media/p3R62d6L0WYw0/200w.gif\"\u003e\n\u003c/p\u003e\n\n# go-kickable\n**go-kickable** is a package created to answer the age old question... \"_Can I Kick It?_\"\n\nThis package also showcases various microservice technologies and patterns.\n\n**What is a kickable?**\nCurrently only the word \"it\" is kickable. \n\n\n# API\n\n### Install\n\n```shell\ngo get -u github.com/defstream/go-kickable\n```\n\n### Usage\n\n\n```go\npackage main\n\nimport (\n    \"github.com/defstream/go-kickable\"\n)\n\nfunc main() {\n    response := kickable.CanIKick(\"it\") \n    fmt.Println(response)\n}\n```\n\n## `github.com/defstream/go-kickable`\n\n### `Yes string`\nYes is the message returned when an item is kickable.\n\n### `No string`\nNo is the message returned when an item is not kickable.\n\n### `func Kickable(it string) bool`\nReturns true if kickable otherwise false.\n\n### `func CanIKick(it string) string`\nReturns a string message indicating if it is kickable or not.\n\n**parameters:**\n- **it**            {String}    The value to determine as kickable\n\n**returns**: {String} \"Yes, yes you can.\" if `it` is determined to be kickable, otherwise \"No.\".\n\n# CLI\n\n## Get Source\n\n```shell\ngit clone http://github.com/defstream/go-kickable\ncd go-kickable\n```\n\n## Install\n\n```shell\nmake install\n```\n\n## CLI Usage\n\n```shell\ncani -kick \"it\"\n```\n\n## Build Showcase\nAll showcase examples will be placed in the `bin`  folder. Use the `-help` flag or view the README.md below for more information.\n\n```shell\nmake all\n```\n\n# Showcase\n\n### Service\n- 😀 [GraphQL](./service/graphql/README.md)\n- 😀 [GRPC](service/grpc/README.md)\n    - 😩 HTTP Gateway\n- 😀 [Go-Micro](service/micro/README.md)\n- 😀 [HTTP](service/http/README.md)\n    - 😩 CORS\n    - 😩 Keep Alives\n    - 😩 Timeouts\n    - 😩 Caching\n- 😩 HTTP2-Push\n- 😀 [KITE](service/kite/README.md)\n- 😀 [RPC/GOB](service/rpc/gob/README.md)\n- 😀 [RPC/JSON](service/rpc/json/README.md)\n- 😩 TCP\n\n### Static Websites\n- 😩 S3\n- 😩 Static File Server\n\n### Cache\n- Strategies\n    - 😩 Cache Aside\n    - 😩 Read-Through\n    - 😩 Write-Through\n    - 😩 Write-Behind\n- 😩 Redis\n- 😩 Memcache\n- 😩 Varnish\n\n### Relational Data\n- 😩 Amazon RDS\n- 😩 Amazon Aurora\n- 😩 MYSQL \n- 😩 MSSQL \n- 😩 Postgress\n- 😩 Dynamo DB\n\n### Search\n- 😩 Solr/Lucene \n- 😩 Elastisearch\n- 😩 IBM Simple Search\n\n### Email\n- 😩 SMTP\n- 😩 AWS SES\n- 😩 SendGrid\n- 😩 Mail Gun\n\n### Authentication\n- 😩 JWT\n- 😩 Amazon Cognito\n- 😩 Auth0\n- 😩 Firebase\n\n### Publish/Subscribe\n- 😩 ActiveMQ\n- 😩 Event Emitter\n- 😩 Firebase Cloud Messaging\n- 😩 IBM MQ\n- 😩 Kafka\n- 😩 Kinesis\n- 😩 Nats\n- 😩 Rabbit MQ\n- 😩 Redis\n- 😩 SQS\n- 😩 SNS\n- 😩 Websockets\n\n### Containers\n- 😩 AWS ECS\n- 😩 Docker\n- 😩 ECS\n- 😩 Kubernetes\n- 😩 Mesos \n\n### Cloud \n- 😩 AWS EC2\n- 😩 AWS Elastic Beanstalk\n- 😩 Google App Engine\n- 😩 IBM Bluemix\n\n### Serverless\n- 😩 AWS Lambda\n- 😩 AWS API Gateway\n- 😩 Google Cloud Functions\n- 😩 IBM OpenWhisk\n\n### Machine Learning\n\n\n# Maintainers\nHector Gray (Twitter: \u003ca href=\"https://twitter.com/defstream\"\u003e@defstream\u003c/a\u003e)\n\n# Contribute\nPull Requests welcome. Please make sure all tests pass 😀\n\n# License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstream%2Fgo-kickable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefstream%2Fgo-kickable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefstream%2Fgo-kickable/lists"}