Installation Requirements安装要求
On this page本页内容
Overview概述
Learn about the applications and libraries you must install to use Queryable Encryption.了解要使用可查询加密必须安装的应用程序和库。
What You Need你需要什么
Before you can use Queryable Encryption, set up the following items in your development environment:在使用可查询加密之前,请在开发环境中设置以下项目:
(Optional) Download the Automatic Encryption Shared Library.(可选)下载自动加密共享库。The shared library replaces mongocryptd and does not require spawning a new process.共享库取代了mongocryptd
,不需要生成新的进程。Install a MongoDB Driver Compatible with Queryable Encryption.安装与可查询加密兼容的MongoDB驱动程序。Start an Atlas Cluster or a MongoDB Enterprise instance启动Atlas集群或MongoDB Enterprise实例WarningYou can use Queryable Encryption only with MongoDB 7.0 and later, which may not yet be available in MongoDB Atlas.您只能在MongoDB 7.0及更高版本中使用可查询加密,这在MongoDB Atlas中可能还不可用。Install specific driver dependencies. To see the list of dependencies for your driver, select the tab corresponding to the language you would like to use to complete this guide:安装特定的驱动程序依赖项。要查看驱动程序的依赖项列表,请选择与您要用于完成本指南的语言相对应的选项卡:
mongodb-client-encryption | libmongocrypt encryption library. The libmongocrypt library contains bindings to communicate with the native library that manages the encryption.libmongocrypt 加密库的NodeJS包装器。libmongocrypt 库包含用于与管理加密的本机库通信的绑定。 |
Learn More了解更多信息
To start using Queryable Encryption, see Quick Start.要开始使用可查询加密,请参阅快速入门。
To learn how to use Queryable Encryption with a remote Key Management Service provider, see Tutorials.要了解如何在远程键管理服务提供商中使用可查询加密,请参阅教程。
← Features Quick Start →