An open API service indexing awesome lists of open source software.

https://github.com/sagikazarmark/euclid

A simple sequential ID generator
https://github.com/sagikazarmark/euclid

idgenerator

Last synced: about 1 month ago
JSON representation

A simple sequential ID generator

Awesome Lists containing this project

README

          

![Euclid](/.github/logo.png?raw=true)

[![CircleCI (all branches)](https://img.shields.io/circleci/project/github/sagikazarmark/euclid.svg?style=flat-square)](https://circleci.com/gh/sagikazarmark/euclid)
[![Go Report Card](https://goreportcard.com/badge/github.com/sagikazarmark/euclid?style=flat-square)](https://goreportcard.com/report/github.com/sagikazarmark/euclid)
[![GolangCI](https://golangci.com/badges/github.com/sagikazarmark/euclid.svg)](https://golangci.com/r/github.com/sagikazarmark/euclid)
[![GoDoc](http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square)](https://godoc.org/github.com/sagikazarmark/euclid)

**A simple sequential ID generator**

Euclid generates unique, incrementing sequential IDs (like an `AUTO_INCREMENT` primary key in MySQL).

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.