Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
BSON
Conversations
About
BSON
Contact owners and managers
1–30 of 124
Mark all as read
Report group
0 selected
Justin Chase
1/21/22
ObjectId performance vs bigint
I'm having a discussion with some developers regarding establishing a pattern for ID fields and
unread,
ObjectId performance vs bigint
I'm having a discussion with some developers regarding establishing a pattern for ID fields and
1/21/22
Juan Cruz Viotti
1/19/22
Show: Papers covering BSON
Hey there! As part of my MSc dissertation at University of Oxford, I wrote and published two papers
unread,
Show: Papers covering BSON
Hey there! As part of my MSc dissertation at University of Oxford, I wrote and published two papers
1/19/22
Gigabite
,
D Merriman
2
7/31/21
Noob tutorial for BsonTools (Request)
Sorry there isn't really a tutorial. I think you are right and the Visual Studio support, the
unread,
Noob tutorial for BsonTools (Request)
Sorry there isn't really a tutorial. I think you are right and the Visual Studio support, the
7/31/21
Juan Cruz Viotti
,
Daniel Pasette
2
2/1/21
List of companies using BSON apart from MongoDB
Hi Juan, I'm not aware of a list being maintained anywhere at this time. Dan On Thu, Jan 28, 2021
unread,
List of companies using BSON apart from MongoDB
Hi Juan, I'm not aware of a list being maintained anywhere at this time. Dan On Thu, Jan 28, 2021
2/1/21
Malvika Mishra
5/4/20
Kafka Header - Can we store Protobuf schema version in kafka header
I have this use case where I will be using Protobuf for kafka to serialize the payload. I wanted to
unread,
Kafka Header - Can we store Protobuf schema version in kafka header
I have this use case where I will be using Protobuf for kafka to serialize the payload. I wanted to
5/4/20
Shivam Agrawal
2/21/20
.bson to JSON conversion
Hi All, My task is to make an API in PHP which can accept a .bson file type and return its JSON
unread,
.bson to JSON conversion
Hi All, My task is to make an API in PHP which can accept a .bson file type and return its JSON
2/21/20
Sophia Mudaliyar
1/31/20
How to query an Array of Subdocuments via BSON (MongoDB Stitch Android)
I have a cart collection which has the schema: { "_id": {"$oid":"-------
unread,
How to query an Array of Subdocuments via BSON (MongoDB Stitch Android)
I have a cart collection which has the schema: { "_id": {"$oid":"-------
1/31/20
David Glavas
1/28/20
BSON - JSON serialization and deserialization
Can someone briefly explain what happens when converting a plaintext JSON document to a BSON document
unread,
BSON - JSON serialization and deserialization
Can someone briefly explain what happens when converting a plaintext JSON document to a BSON document
1/28/20
David Glavas
,
Mathias Stearn
3
9/12/19
Does any BSON library support selective parsing?
Do you know how I can set up a local BSON implementation (such that I can step through the code line
unread,
Does any BSON library support selective parsing?
Do you know how I can set up a local BSON implementation (such that I can step through the code line
9/12/19
sptrakesh
,
David Glavas
3
9/11/19
Independent C++ Library
How did your library work out? I'm currently working on something similar, what resources did you
unread,
Independent C++ Library
How did your library work out? I'm currently working on something similar, what resources did you
9/11/19
Dhirendra Maurya
,
Stephen Steneker
2
4/29/19
licensing policy for using libbson library
On Monday, 29 April 2019 10:23:35 UTC-4, Dhirendra Maurya wrote: What are licensing policy for using
unread,
licensing policy for using libbson library
On Monday, 29 April 2019 10:23:35 UTC-4, Dhirendra Maurya wrote: What are licensing policy for using
4/29/19
Stephen Yee
,
Andrew Morrow
3
3/20/19
BSON file size
Ok thanks Andrew
unread,
BSON file size
Ok thanks Andrew
3/20/19
Roy Kim
,
Jeff Yemin
2
10/11/18
BsonDocument to binary using Java
Hi Roy, You can use the RawBsonDocument class to handle the encoding and decoding for you:
unread,
BsonDocument to binary using Java
Hi Roy, You can use the RawBsonDocument class to handle the encoding and decoding for you:
10/11/18
Zhaoyu Yang
,
A. Jesse Jiryu Davis
2
8/10/18
Bugs in convert bson_t* to uint8_t* with libbson in C?
BSON is a binary format that has some similar uses as JSON, but BSON is not JSON. You can convert
unread,
Bugs in convert bson_t* to uint8_t* with libbson in C?
BSON is a binary format that has some similar uses as JSON, but BSON is not JSON. You can convert
8/10/18
Yashashree Jadhav
, …
Andrew Morrow
3
7/29/18
How to parse bsoncxx::to_json?
Hi - Lets continue the existing discussion of this topic that is happening on mongodb-dev (https://
unread,
How to parse bsoncxx::to_json?
Hi - Lets continue the existing discussion of this topic that is happening on mongodb-dev (https://
7/29/18
Jai Shanker
9/8/17
gem install bson-4.2.2.gem giving error on windows 7
Deal All, Getting below error when installing gem install bson-4.2.2.gem Temporarily enhancing PATH
unread,
gem install bson-4.2.2.gem giving error on windows 7
Deal All, Getting below error when installing gem install bson-4.2.2.gem Temporarily enhancing PATH
9/8/17
Thành Khắc Nguyễn
,
Evan
3
6/13/17
Problem with BSON_APPEND_DOUBLE
For people searching for this in the future.... I realized while doing some work with BSON today that
unread,
Problem with BSON_APPEND_DOUBLE
For people searching for this in the future.... I realized while doing some work with BSON today that
6/13/17
Govardhan Veer
,
Evan Wies
2
6/1/17
How do I make MongoDB to C++ connection for multiple programs uniquely?
This is not a MongoDB or BSON issue. Here's a Stack Overflow page that covers this [1]. I like to
unread,
How do I make MongoDB to C++ connection for multiple programs uniquely?
This is not a MongoDB or BSON issue. Here's a Stack Overflow page that covers this [1]. I like to
6/1/17
kotovki...@gmail.com
,
Dwight Merriman
6
5/17/17
С++ how to manage bsonobjbuilder
I resolve second issue like that. Is this correct? It works for me. Packet::Packet( const void* const
unread,
С++ how to manage bsonobjbuilder
I resolve second issue like that. Is this correct? It works for me. Packet::Packet( const void* const
5/17/17
杨江华
, …
Andrew Morrow
3
2/22/17
Independent bson implementation separate from mongodb , c++ version
Hi - I'd recommend looking at the bsoncxx library, which is part of the MongoDB C++ driver, but
unread,
Independent bson implementation separate from mongodb , c++ version
Hi - I'd recommend looking at the bsoncxx library, which is part of the MongoDB C++ driver, but
2/22/17
Abhijit Bhopale
, …
sandy
5
1/5/17
BSON Performance query
Hi Abhijit, Did you manage to implement BSON? I also have a requirement of serialising/deserialising
unread,
BSON Performance query
Hi Abhijit, Did you manage to implement BSON? I also have a requirement of serialising/deserialising
1/5/17
YOU
,
Dwight Merriman
2
11/8/16
Proposal - Typed Array
a few thoughts the link cited talks about the goal being to access raw data. as bson has the BinData
unread,
Proposal - Typed Array
a few thoughts the link cited talks about the goal being to access raw data. as bson has the BinData
11/8/16
Ryan Steele
, …
Dwight Merriman
3
11/8/16
Compile error on Ubuntu 16.04
that exact command line works for me. please let me know if the problem is still occuring. On Tuesday
unread,
Compile error on Ubuntu 16.04
that exact command line works for me. please let me know if the problem is still occuring. On Tuesday
11/8/16
A440
,
Dwight Merriman
3
11/8/16
Errors when linking bson-cxx library
i just pushed a commit which may help On Tuesday, October 25, 2016 at 3:59:34 PM UTC-4, A440 wrote:
unread,
Errors when linking bson-cxx library
i just pushed a commit which may help On Tuesday, October 25, 2016 at 3:59:34 PM UTC-4, A440 wrote:
11/8/16
Chandan L
,
Dwight Merriman
2
10/2/16
Mongodb c++ bson query
note that since this is partially a query question if you need more help you may get more replies on
unread,
Mongodb c++ bson query
note that since this is partially a query question if you need more help you may get more replies on
10/2/16
joshua bacher
, …
Dwight Merriman
5
9/27/16
bsontools: unable to compile project
i added the include , should be in the repo now, and did a little cleaning lmk if it works, and/or if
unread,
bsontools: unable to compile project
i added the include , should be in the repo now, and did a little cleaning lmk if it works, and/or if
9/27/16
Oscar themacboy
3
7/13/16
Java: how to cast Bson object of unknow type ...
opsss forget to mention the method: BsonType.getBsonType(); they you can switch values.
unread,
Java: how to cast Bson object of unknow type ...
opsss forget to mention the method: BsonType.getBsonType(); they you can switch values.
7/13/16
Heng Yuan
7/6/16
Announce: CookJson - a javax.json API implementation for JSON / BSON
Hi, I just finished a small OSS project called CookJson ( https://github.com/coconut2015/cookjson )
unread,
Announce: CookJson - a javax.json API implementation for JSON / BSON
Hi, I just finished a small OSS project called CookJson ( https://github.com/coconut2015/cookjson )
7/6/16
Oscar themacboy
4/20/16
Noob: Java uses Dot notation to access Bson fileds?
Im new in java driver usage, las year I always used Javascript and paser all Documents to native
unread,
Noob: Java uses Dot notation to access Bson fileds?
Im new in java driver usage, las year I always used Javascript and paser all Documents to native
4/20/16
Jonas Schwartze
,
Dwight Merriman
3
3/18/16
Best buffer size for BSON to JSON conversion
this is the one i have seen http://api.mongodb.org/libbson/current/bson_as_json.html On Fri, Mar 18,
unread,
Best buffer size for BSON to JSON conversion
this is the one i have seen http://api.mongodb.org/libbson/current/bson_as_json.html On Fri, Mar 18,
3/18/16