MongoDB first time user setup [closed] - mongodb

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
My friend has been dumped by a developer who was working on creating a web app for them. They have asked me for help but I have never used MongoDB.
To connect to a remote MongoDB do I need to install MongoDB on my EC2 instance? If yes, can you suggest a link that can show this step by step as I have never done this before. I am running Ubuntu 12.04 LTS
Next is accessing the data, can someone point me to an example of scripting with MongoDB whereby I would execute an equivalent query to:
SELECT field1, field2, SUM(field3)
FROM table
GROUP BY field1, field2

This page is useful for translate SQL to mongo querys http://www.querymongo.com

Related

Suitable NoSQL database to implemet download server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need a NoSQL database to store our files with following specification:
easy Clustring
Distributed
Automatic failover
easily scalable
Fast
I have searched and find some solution like "MongoDB GridFS" or "Riak" but i think i have to research more in both requirement (download server requirements) and solutions.
Has anybody any experience in this fields?
From my (experienced) point of view there are no obvious reasons against MongoDB GridFS. If your files are below 16 MB of size each, I would even store them in a MongoDB collection directly.

How to start with ATG web commerce [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am new to ATG web commerce. Can you help me to get pointers for good tutorials, any guidance on how to start with is, I have downloaded ATG book from oracle site. But dont know what exactly I should start with.
Get a supported environment to run ATG in, like JBoss on Windows or something similar
Read the Commerce Reference Store Installation Guide and follow the steps to install the CSR
Now come back and ask any specific questions you may have.

Searching for a MongoDB user interface [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I searching for mongodb gui user interface & database desinger tool. Does anyone of you knows a tool which he could recommend?
I will strongly recommend RoboMongo - shell-centric cross-platform open source MongoDB management tool
RoboMongo http://robomongo.org/ is awesome, it needs virtually zero configuration,very easy to use , gives you the power of mongo shell in GUI ,has auto completion feature and works on all platforms, yet another advantage is it is still under active maintenance. I have tried tools like RockMongo and ran into usability issues. MongoUVE is not opensource, it is commercial.
I've been using MongoVUE for a while. The free version can do everything I wanted sofar.
In Windows7 I'm using MongoExplorer, a very easy and visual tool

GUI Tool for PostgreSQL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am new to PostgreSQL database and I want to know if there any GUI Tools for PostgreSQL just like SQLYog for MySQL?
There is a comprehensive list of tools on the PostgreSQL Wiki:
https://wiki.postgresql.org/wiki/PostgreSQL_Clients
And of course PostgreSQL itself comes with pgAdmin, a GUI tool for accessing Postgres databases.
Postgres Enterprise Manager from EnterpriseDB is probably the most advanced you'll find. It includes all the features of pgAdmin, plus monitoring of your hosts and database servers, predictive reporting, alerting and a SQL Profiler.
http://www.enterprisedb.com/products-services-training/products/postgres-enterprise-manager
Ninja edit disclaimer/notice: it seems that this user is affiliated with EnterpriseDB, as the linked Postgres Enterprise Manager website contains a video of one Dave Page.

PostgreSQL schema designer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a program to build a schema from the newly created database PostgreSQL, preferably with a beautiful design schemes, such as a MySQL Workbench, or change styles schemes.
What can you tell? Thank you!
I'm fairly certain that WWWSQLDesigner can do it for you. There's a demo here. You'll need to download it and install it on a local server.
These three are free and quite good:
pgDesigner: http://pgdesigner.sourceforge.net/en/index.html
SQL PowerArchitect: http://www.sqlpower.ca/page/architect (download without registration from: http://code.google.com/p/power-architect/)
OpenModelSphere http://www.modelsphere.org