Files
sonyflake/v2/example
Yoshiyuki Mineo 7ee8f154df feat(v2): make bit assignment for time/sequence/machine customizable … (#68)
* feat(v2): make bit assignment for time/sequence/machine customizable via Settings; update all logic and tests

* gofmt
2025-05-05 14:16:21 +09:00
..
2025-05-05 10:53:08 +09:00
2025-05-05 10:53:08 +09:00
2025-05-05 10:53:08 +09:00

Example

This example runs Sonyflake on AWS Elastic Beanstalk.

Setup

  1. Build the cross compiler for linux/amd64 if using other platforms.
cd $GOROOT/src && GOOS=linux GOARCH=amd64 ./make.bash
  1. Build sonyflake_server in the example directory.
./linux64_build.sh
  1. Upload the example directory to AWS Elastic Beanstalk.