-
Hi,
You described crate as JSON/BSON schema generator. But for now there is no Json schema generator (or I can't find)? Do you have plan to add it?
For example:
Generate from rust struct used bs…
-
Hi Rwynn,
I am getting below error while running Monstache and data not being synced with elastic search due to this reason , please help to review and provide your feedback on it.
INFO 2021/03/…
-
### What steps will reproduce the problem?
```
$model = $this->findModel($intent);
$entity = $this->findOtherModel($id);
$model->parameters = [
[
'entity' => $entity->_id,
'value' => '1'
]…
-
I am facing a very strange issue. I have written the sample code to explain it. Here is my simple `mgo` interaction code which can `insert`, `find` and `remove` a struct from database.
``` go
package…
-
my logstash config:
```
input {
mongodb {
uri => 'mongodb://127.0.0.1:27017/wiki'
collection => 'wiki'
placeholder_db_dir => "E:/mongo2es/data"
placeholder_db_name…
-
I call `src/main.py data data/tasks/test_task.json` and **sometimes** get this:
``` python
done
/usr/lib64/python2.7/site-packages/pymongo/collection.py:359: RuntimeWarning: couldn't encode - reloadi…
-
### 1.mongodb是什么?
MongoDB 是由 C++语言编写的,是一个**基于分布式文件存储的开源数据库系统**。 再高负载的情况下,添加更多的节点,可以保证服务器性能。 MongoDB 旨在给 **WEB 应用提供可扩展的高性能数据存储解决方案**。
MongoDB 将**数据存储为一个文档**,**数据结构由键值(key=>value)对组成**。 MongoDB 文档类似…
-
**Describe the bug**
Receiving this error `BSONTypeError: UUID string representations must be a 32 or 36 character hex string` in multiple scenarios
1. While trying to double click on embedded objec…
-
Sorry if I missed smth in docs.
But why a `.ck` file format?)
-
### Describe the bug
We have a customer that has many documents without a field value, and only a few with dates. We wrongly identify those fields as dates. As ~fingerprinting~ sync overrides (http…