Skip to content

Kickable is a service built to answer the age old question of "Can I Kick It?"

Notifications You must be signed in to change notification settings

defstream/go-kickable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-kickable

go-kickable is a package created to answer the age old question... "Can I Kick It?"

This package also showcases various microservice technologies and patterns.

What is a kickable? Currently only the word "it" is kickable.

API

Install

go get -u github.com/defstream/go-kickable

Usage

package main

import (
    "github.com/defstream/go-kickable"
)

func main() {
    response := kickable.CanIKick("it") 
    fmt.Println(response)
}

github.com/defstream/go-kickable

Yes string

Yes is the message returned when an item is kickable.

No string

No is the message returned when an item is not kickable.

func Kickable(it string) bool

Returns true if kickable otherwise false.

func CanIKick(it string) string

Returns a string message indicating if it is kickable or not.

parameters:

  • it {String} The value to determine as kickable

returns: {String} "Yes, yes you can." if it is determined to be kickable, otherwise "No.".

CLI

Get Source

git clone http://github.com/defstream/go-kickable
cd go-kickable

Install

make install

CLI Usage

cani -kick "it"

Build Showcase

All showcase examples will be placed in the bin folder. Use the -help flag or view the README.md below for more information.

make all

Showcase

Service

Static Websites

  • 😩 S3
  • 😩 Static File Server

Cache

  • Strategies
    • 😩 Cache Aside
    • 😩 Read-Through
    • 😩 Write-Through
    • 😩 Write-Behind
  • 😩 Redis
  • 😩 Memcache
  • 😩 Varnish

Relational Data

  • 😩 Amazon RDS
  • 😩 Amazon Aurora
  • 😩 MYSQL
  • 😩 MSSQL
  • 😩 Postgress
  • 😩 Dynamo DB

Search

  • 😩 Solr/Lucene
  • 😩 Elastisearch
  • 😩 IBM Simple Search

Email

  • 😩 SMTP
  • 😩 AWS SES
  • 😩 SendGrid
  • 😩 Mail Gun

Authentication

  • 😩 JWT
  • 😩 Amazon Cognito
  • 😩 Auth0
  • 😩 Firebase

Publish/Subscribe

  • 😩 ActiveMQ
  • 😩 Event Emitter
  • 😩 Firebase Cloud Messaging
  • 😩 IBM MQ
  • 😩 Kafka
  • 😩 Kinesis
  • 😩 Nats
  • 😩 Rabbit MQ
  • 😩 Redis
  • 😩 SQS
  • 😩 SNS
  • 😩 Websockets

Containers

  • 😩 AWS ECS
  • 😩 Docker
  • 😩 ECS
  • 😩 Kubernetes
  • 😩 Mesos

Cloud

  • 😩 AWS EC2
  • 😩 AWS Elastic Beanstalk
  • 😩 Google App Engine
  • 😩 IBM Bluemix

Serverless

  • 😩 AWS Lambda
  • 😩 AWS API Gateway
  • 😩 Google Cloud Functions
  • 😩 IBM OpenWhisk

Machine Learning

Maintainers

Hector Gray (Twitter: @defstream)

Contribute

Pull Requests welcome. Please make sure all tests pass 😀

License

MIT

About

Kickable is a service built to answer the age old question of "Can I Kick It?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published