relistan / nameifier

A service to provide consistent, stable names for anything that needs one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nameifier - Because naming things is hard

Nameifier is a tool for generating consistent, stable sets of names, using only a seed string and a counter. It's nice for making lists of hostnames or other data where a name is easier to remember than a number.

You simply hit the endpoint and you will get text blob returned that contains the list of names. Samples follow

This is available, publicly-hosted at: http://nameifier.apps.k.matthias.org

URL Format

/nameifier/<seed string>/<count>/

Generate a Hostname for an AWS Instance

http://nameifier.apps.k.matthias.org/nameifier/i-12deadbeef345/1

Generate 100 Hostnames for a Cluster

http://nameifier.apps.k.matthias.org/nameifier/my-host-cluster/100

Generate 1000 Names for Objects

http://nameifier.apps.k.matthias.org/nameifier/random_objects/1000

About

A service to provide consistent, stable names for anything that needs one

License:MIT License


Languages

Language:Go 69.7%Language:HTML 27.0%Language:Makefile 2.4%Language:Dockerfile 0.8%