Jump to content

Recommended Posts

Posted

Hello,

I'm being asked to write up some testing for an application that uses MongoDB which is a Non-relational database.  I've never used this type of database before and I can't seem to find anything on this site.

Do I connect the same way as I would for a normal SQL database?  I've used SQL, Sybase, and Oracle without problems in the past.

If I was able to actually connect ("I've requested the drivers, should have them in a couple days") how would I perform the NoSQL Queries?  The online stuff I've looked at uses an interface, would I just use those statements in place of where I would normally do sql queries?

 

Thanks,

Mike

 

Posted (edited)

Never used MongoDB but I think the manual would be a good place to start reading.

Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

  • 2 weeks later...
Posted

no, sadly I've found out that all the (normal) ways to connect to this database only works if a BI Connector is enabled, which it's not for the db i'm trying to connect to.

So, I need to generate a cert and connect in with a Kerberos ticket to be able to connect to the db I need and they expire after 1 day.  I'm waiting on a co-worker who knows a bit about python as there are examples to do all that with Python.

Posted

I would personally first try to use the query tool to interact with the DB (like SQL*Plus for Oracle).   It is quite simple to script it with AutoIt.  Will save you quite some time if that approach would work (even tho it is not the greatest way to automate a DB connection).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...