The Artima Developer Community
Sponsored Link

Java Buzz Forum
Build an API to MongoDB -- fast

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Build an API to MongoDB -- fast Posted: Jun 7, 2016 6:04 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Build an API to MongoDB -- fast
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From JavaWorld

Advertisement

By building a REST API, developers can create a foundation upon which either internal teams or a broader ecosystem can incorporate content or functionality into modern applications. Because most apps will need to persist data in some sort of database store, building APIs that expose CRUD (create, read, update, delete) functions on popular databases is often a critical requirement.

Common database choices include open source solutions such as MySQL, PostgreSQL, and MongoDB. With AnyPresence JustAPIs, developers can easily build and deploy APIs on top of these databases, wherever they happen to be hosted, be it in the cloud or on premises.

[ Download InfoWorld’s essential guide to microservices and learn how to create modern Web and mobile applications that scale. | Cut to the key news in technology trends and IT breakthroughs with the InfoWorld Daily newsletter, our summary of the top tech happenings. ]

MongoDB is a popular document-oriented NoSQL database that stores data in JSON-like format and allows developers to perform SQL-like queries against it. In this article, we will walk through a brief tutorial to illustrate how easy it is to build and deploy an API on top of your MongoDB instance. 

To read this article in full or to leave a comment, please click here

Read: Build an API to MongoDB -- fast

Topic: OrientDB in service mode with Java Service Wrapper Previous Topic   Next Topic Topic: Hibernate JSON UserType: simple handling of JSON objects with Jackson

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use