tarzanjw / pysnowflake

A local version of snowflake by Python, it will run locally and use machine ID + process/thread ID instead of worker_id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python SnowFlake

A library that provides snowflake features to python, including Client and Server. You will not need to

This is extend of https://github.com/koblas/pysnowflake with Client adding.

See documentations

Change log

0.1.3

  • Fix syntax errors with python 2.7

About

A local version of snowflake by Python, it will run locally and use machine ID + process/thread ID instead of worker_id

License:Mozilla Public License 2.0


Languages

Language:Python 97.2%Language:Dockerfile 2.8%