Skip to content

wolfeidau/shortuuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortuuid

This library uses base58 encoding to shorten the string representation of Universally Unique IDentifier (UUID) values making them smaller when stored in a document database such as DynamoDB.

This library provides a reduction of ~39% in storage of the string representation of these values.

GitHub Actions status Go Report Card Documentation Coverage Status

example

before 1c807ffe-b179-4a15-aa92-e06f5b5cf268 after 4X8k1aRv5UMp9pdKzxaHwu

License

This application is released under Apache 2.0 license and is copyright Mark Wolfe.

About

Use base58 encoding to shorten the string representation of uuid values.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published