DT MongoDB Plug -in description(1)

本文涉及的产品
云数据库 MongoDB,独享型 2核8GB
推荐场景:
构建全方位客户视图
简介: DT MongoDB Plug -in description(1)

DT MongoDB | Client

Create MongoDB Client

Create an MongoDB client object


Connect By Url

ConnectB MongoDB server

Param Url : mongoDB://account:password@ip:port e.g. mongodb://admin:123456@127.0.0.1:27017

     or mongoDB://ip:port e.g. mongodb://127.0.0.1:27017


Get Collection



DT MongoDB | Collection

Insert One

Inserts a single document into the collection. If the document is missing an identifier

(_id field) one will be generated for it.

Param MongoDB Document : The document to insert.


Insert Many

Inserts multiple documents into the collection. If any of the documents are missing

identifiers the driver will generate them.


Warning This method uses the bulk insert command to execute the insertion as opposed to

the legacy OP_INSERT wire protocol message. As a result, using this method to insert many


documents on MongoDB < 2.6 will be slow.


Param MongoDB Documents : Array of a documents to insert.


Delete One

Deletes a single matching document from the collection.


Param Filter : Document view representing the data to be deleted.


Delete Many

Deletes all matching documents from the collection.


Param Filter : Document view representing the data to be deleted.


Replace One

Replaces a single document matching the provided filter in this collection.


Param Filter : Document representing the match criteria.

Param MongoDB Document : The replacement document.


Update One

Updates a single document matching the provided filter in this collection.


Param Filter : Document representing the match criteria.

Param MongoDB Document : Document representing the update to be applied to a matching document.


Update Many

Updates multiple documents matching the provided filter in this collection.


Param Filter : Document representing the match criteria.

Param MongoDB Document : Document representing the update to be applied to matching documents.


Find

Finds a single document in this collection that match the provided filter.

Param Filter : Document view representing a document that should match the query.


Find One

Finds a single document in this collection that match the provided filter.

Param Filter : Document view representing a document that should match the query.


DT MongoDB | Document

Create MongoDB Document

Create an MongoDB document object


To MongoDB Document (MongoDB Oid)

MongoDB Oid to MongoDB document


To MongoDB Document (Json)

Json String to MongoDB document


To MongoDB Document (MongoDB View)

DT MongoDB View to MongoDB document


To MongoDB Document (Map String)

Map String to MongoDB document


To MongoDB Document (Map Int32)

Map Int to MongoDB document


To MongoDB Document (Map Int64)

Map Int64 to MongoDB document


To MongoDB Document (Map Float)

Map Float to MongoDB document


To MongoDB Document (Map Double)

Map Double to MongoDB document


To MongoDB Document (Map MongoDB Document)

Map MongoDB document to MongoDB document


To Map String (MongoDB Document)

MongoDB document to Map String


To Map String (MongoDB Document)

MongoDB document to Json String


Add Bool


Add String


Add Int 32


Add Int 64


Add Float


Add Double


Add Document


Add View


Add Bool Array


Add String Array


Add Int 32 Array


Add Int 64 Array


Add Float Array


Add Double Array


Add Document Array

                   

相关实践学习
MongoDB数据库入门
MongoDB数据库入门实验。
快速掌握 MongoDB 数据库
本课程主要讲解MongoDB数据库的基本知识,包括MongoDB数据库的安装、配置、服务的启动、数据的CRUD操作函数使用、MongoDB索引的使用(唯一索引、地理索引、过期索引、全文索引等)、MapReduce操作实现、用户管理、Java对MongoDB的操作支持(基于2.x驱动与3.x驱动的完全讲解)。 通过学习此课程,读者将具备MongoDB数据库的开发能力,并且能够使用MongoDB进行项目开发。 &nbsp; 相关的阿里云产品:云数据库 MongoDB版 云数据库MongoDB版支持ReplicaSet和Sharding两种部署架构,具备安全审计,时间点备份等多项企业能力。在互联网、物联网、游戏、金融等领域被广泛采用。 云数据库MongoDB版(ApsaraDB for MongoDB)完全兼容MongoDB协议,基于飞天分布式系统和高可靠存储引擎,提供多节点高可用架构、弹性扩容、容灾、备份回滚、性能优化等解决方案。 产品详情: https://www.aliyun.com/product/mongodb
相关文章
|
JSON NoSQL MongoDB
DT MongoDB Plug -in description(2)
DT MongoDB Plug -in description(2)
91 0
|
3月前
|
存储 关系型数据库 MySQL
一个项目用5款数据库?MySQL、PostgreSQL、ClickHouse、MongoDB区别,适用场景
一个项目用5款数据库?MySQL、PostgreSQL、ClickHouse、MongoDB——特点、性能、扩展性、安全性、适用场景比较
|
4月前
|
存储 NoSQL 关系型数据库
非关系型数据库-MongoDB技术(二)
非关系型数据库-MongoDB技术(二)
|
4月前
|
NoSQL 关系型数据库 MongoDB
非关系型数据库-MongoDB技术(一)
非关系型数据库-MongoDB技术(一)
|
24天前
|
存储 JSON NoSQL
学习 MongoDB:打开强大的数据库技术大门
MongoDB 是一个基于分布式文件存储的文档数据库,由 C++ 编写,旨在为 Web 应用提供可扩展的高性能数据存储解决方案。它与 MySQL 类似,但使用文档结构而非表结构。核心概念包括:数据库(Database)、集合(Collection)、文档(Document)和字段(Field)。MongoDB 使用 BSON 格式存储数据,支持多种数据类型,如字符串、整数、数组等,并通过二进制编码实现高效存储和传输。BSON 文档结构类似 JSON,但更紧凑,适合网络传输。
64 15
|
1月前
|
存储 NoSQL 关系型数据库
阿里云数据库MongoDB版助力信也科技 打造互联网金融企业样板
我们的风控系统引入阿里云数据库MongoDB版后,解决了特征类字段灵活加减的问题,大大提高了开发效率,极大的提升了业务用户体验,获得了非常好的效果
阿里云数据库MongoDB版助力信也科技 打造互联网金融企业样板
|
2月前
|
NoSQL Cloud Native atlas
探索云原生数据库:MongoDB Atlas 的实践与思考
【10月更文挑战第21天】本文探讨了MongoDB Atlas的核心特性、实践应用及对云原生数据库未来的思考。MongoDB Atlas作为MongoDB的云原生版本,提供全球分布式、完全托管、弹性伸缩和安全合规等优势,支持快速部署、数据全球化、自动化运维和灵活定价。文章还讨论了云原生数据库的未来趋势,如架构灵活性、智能化运维和混合云支持,并分享了实施MongoDB Atlas的最佳实践。
|
3月前
|
NoSQL Cloud Native atlas
探索云原生数据库:MongoDB Atlas 的实践与思考
【10月更文挑战第20天】本文探讨了MongoDB Atlas的核心特性、实践应用及对未来云原生数据库的思考。MongoDB Atlas作为云原生数据库服务,具备全球分布、完全托管、弹性伸缩和安全合规等优势,支持快速部署、数据全球化、自动化运维和灵活定价。文章还讨论了实施MongoDB Atlas的最佳实践和职业心得,展望了云原生数据库的发展趋势。
|
3月前
|
存储 NoSQL MongoDB
MongoDB 数据库引用
10月更文挑战第20天
29 1