MongoDB Icon Logo PNG vector in SVG, PDF, AI,vectors format
Elbette, verdiğiniz Türkçe metni İngilizce'ye çevirebilirim. İşte çevirisi:
MongoDB: A Scalable, Document-Oriented NoSQL Database
MongoDB (“humongous”) is a scalable, document-oriented, open-source NoSQL (Not Only SQL) database application developed in C++ by MongoDB Inc. MongoDB stores data in BSON-based documents, which are a JSON-like data format. Semantic fields vary from document to document, and the data structure can be modified over time. The document model maps to objects in your application's code, making data easy to use. Ad-hoc queries provide powerful ways to index, access, and analyze your real-time data. MongoDB is particularly used in structures that require speed and where traditional relational databases (RDBMS) are cumbersome and slow. MongoDB has a distributed database structure, so high availability and horizontal and vertical scaling are possible. MongoDB is free and open-source, released under the GNU Affero General Public License.
Example Use Cases Include:
High-volume/content problems
Storing data for analysis
MMORPG applications
Caching systems
Web content management systems
Web comment/tag storage and management