Skip to content

Distributed snowflake / bigflake identifier microservice

License

Notifications You must be signed in to change notification settings

Zenithar/go-kornflake

Repository files navigation

go-kornflake

CircleCI

Distributed snowflake identifier microservice

Example

± echo "{}" | bin/kornflake cli bigflakeAPI get -s localhost:5555
{
  "identifier": "28724559237309938838027238375425"
}%                                                                                                                                                                                                                                                                            
± echo "{}" | bin/kornflake cli snowflakeAPI get -s localhost:5555
{
  "identifier": "972178778925039616"
}%