Commit 13c1c0d1 authored by Strakhov Egor's avatar Strakhov Egor

README changed

parent 3134da4a
...@@ -25,10 +25,10 @@ Document contains these six lines: ...@@ -25,10 +25,10 @@ Document contains these six lines:
To push json in MongoDB, you can write it in test.json with the following fields: To push json in MongoDB, you can write it in test.json with the following fields:
1) "company": "Sirius", 1) "company": "STRING",
2) "longitude": 12345, 2) "longitude": FLOAT64,
3) "attitude": 346, 3) "attitude": FLOAT64,
4) "velocity": 1 4) "velocity": FLOAT64
ID and Timestamp will be generated automatically ID and Timestamp will be generated automatically
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment