https://github.com/turtlemonvh/bsonidgenerator
Helper utilities for creating long sequences on bson ObjectIds.
https://github.com/turtlemonvh/bsonidgenerator
bson-objectid go testing
Last synced: about 2 months ago
JSON representation
Helper utilities for creating long sequences on bson ObjectIds.
- Host: GitHub
- URL: https://github.com/turtlemonvh/bsonidgenerator
- Owner: turtlemonvh
- License: mit
- Created: 2017-07-29T15:50:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T23:15:23.000Z (almost 9 years ago)
- Last Synced: 2025-08-13T19:39:10.781Z (10 months ago)
- Topics: bson-objectid, go, testing
- Language: Go
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BSON ObjectID Generator [](https://godoc.org/github.com/turtlemonvh/bsonidgenerator)
A simple script to generate a lot of [bson ObjectIds](https://docs.mongodb.com/manual/reference/method/ObjectId/), mostly for use in tests.
All object ids will have the same time.
## Example Usage
See the tests and the godocs for example usage.