Use of MongoDB Java Driver

버전 1.1.0.0 (2.9 KB) 작성자: Guillaume A.
A simple example of how to use java driver for mongoDB.
다운로드 수: 1.4K
업데이트 날짜: 2013/8/22

라이선스 보기

This is a simple example of how to use java driver for mongoDB.
From http://www.mongodb.org/ :
MongoDB is an open-source document database, and the leading NoSQL database. Written in C++.

If you do not have any toolbox to manipulate databases, you have several options. You can use a SqlLite database as it is a simple file, or you could use a SQL server on your computer. I present here a simple approach with mongoDB.

To run this example, you need to install mongoDB on your computer. Then, download the last java driver (JAR file) your favorite directory.

The file is largely commented so you can follow each steps easily. This simple example is partly taken from the mongoDB website and adapted for Matlab. This prooves how to store various objects in a single tuple of a database, much more versatile than SQL as you can store any type of data, from string to flat to arrays etc.

Have fun !

인용 양식

Guillaume A. (2024). Use of MongoDB Java Driver (https://www.mathworks.com/matlabcentral/fileexchange/43171-use-of-mongodb-java-driver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Database Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Added some comments in file

1.0.0.0