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

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.

Awesome Lists containing this project

README

          

# BSON ObjectID Generator [![GoDoc](https://godoc.org/github.com/turtlemonvh/bsonidgenerator?status.svg)](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.