BSON
E208076
BSON is a binary-encoded serialization format commonly used by MongoDB to store and transfer structured data efficiently while supporting additional data types beyond those in JSON.
All labels observed (3)
| Label | Occurrences |
|---|---|
| BSON canonical | 2 |
| BSON Specification | 1 |
| MongoDB wire protocol | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T1869678 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: BSON Context triple: [JSON, influenced, BSON]
-
A.
Mongoose
Mongoose is a popular Node.js object data modeling (ODM) library that provides a schema-based solution for modeling and interacting with MongoDB databases.
-
B.
B-tree
A B-tree is a self-balancing tree data structure that maintains sorted data and allows efficient insertion, deletion, and search operations, commonly used to implement database indexes.
-
C.
BdM
BdM is the central bank of Mexico, responsible for maintaining the country’s monetary stability and issuing its currency.
-
D.
RocksDB
RocksDB is a high-performance, embeddable key–value store developed by Facebook, optimized for fast storage on flash and solid-state drives using a Log-Structured Merge-Tree (LSM) architecture.
-
E.
BAM
BAM is a renowned multi-arts center in Brooklyn, New York, known for its innovative programming in theater, dance, music, opera, and film.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: BSON Target entity description: BSON is a binary-encoded serialization format commonly used by MongoDB to store and transfer structured data efficiently while supporting additional data types beyond those in JSON.
-
A.
Mongoose
Mongoose is a popular Node.js object data modeling (ODM) library that provides a schema-based solution for modeling and interacting with MongoDB databases.
-
B.
B-tree
A B-tree is a self-balancing tree data structure that maintains sorted data and allows efficient insertion, deletion, and search operations, commonly used to implement database indexes.
-
C.
BdM
BdM is the central bank of Mexico, responsible for maintaining the country’s monetary stability and issuing its currency.
-
D.
RocksDB
RocksDB is a high-performance, embeddable key–value store developed by Facebook, optimized for fast storage on flash and solid-state drives using a Log-Structured Merge-Tree (LSM) architecture.
-
E.
BAM
BAM is a renowned multi-arts center in Brooklyn, New York, known for its innovative programming in theater, dance, music, opera, and film.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
binary serialization format
ⓘ
data interchange format ⓘ |
| contains | ordered list of elements ⓘ |
| designGoal |
efficient traversal
ⓘ
fast encoding and decoding ⓘ space efficiency ⓘ |
| differenceFromJSON |
binary encoding instead of text
ⓘ
native support for binary data ⓘ native support for dates ⓘ richer set of numeric types ⓘ |
| documentTermination | null byte ⓘ |
| elementStructure | <type><cstring name><data> ⓘ |
| encoding | binary ⓘ |
| fileExtension | .bson ⓘ |
| fullName | Binary JSON ⓘ |
| hasSpecification |
BSON
self-linksurface differs
ⓘ
surface form:
BSON Specification
|
| license |
Apache License 2.0
ⓘ
surface form:
Apache License 2.0 (reference implementation libraries)
|
| optimizedFor |
database storage
ⓘ
in-memory scanning ⓘ |
| primaryUse |
network transfer of structured data
ⓘ
storage of structured data ⓘ |
| relatedTo | JSON ⓘ |
| specificationPublishedBy | MongoDB Inc. ⓘ |
| supports | additional data types beyond JSON ⓘ |
| supportsDataType |
32-bit floating point
ⓘ
32-bit integer ⓘ 64-bit integer ⓘ JavaScript code ⓘ JavaScript code with scope ⓘ ObjectId ⓘ UTC datetime ⓘ array ⓘ binary data ⓘ boolean ⓘ double ⓘ embedded document ⓘ max key ⓘ min key ⓘ null ⓘ regular expression ⓘ string ⓘ symbol (deprecated) ⓘ timestamp ⓘ |
| supportsFeature |
length-prefixed strings
ⓘ
random access traversal of elements ⓘ |
| usedBy |
MongoDB database
ⓘ
surface form:
MongoDB
|
| usedIn |
MongoDB on-disk document storage
ⓘ
BSON self-linksurface differs ⓘ
surface form:
MongoDB wire protocol
|
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: BSON Description of subject: BSON is a binary-encoded serialization format commonly used by MongoDB to store and transfer structured data efficiently while supporting additional data types beyond those in JSON.
Referenced by (4)
Full triples — surface form annotated when it differs from this entity's canonical label.