Looking for a Hadoop-like solution at a smaller scale [closed] - sql

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
We have a database of about 1000 GB (thousand Gigabytes) and we are considering Hadoop to carry out time series analyses. Problem is that Hadoop takes some time to get into and for the size of our database Hadoop is actually even an oversized solution. My question is whether anyone knows a solution similar for Hadoop at a smaller scale. It also needs to have some SQL-like query language. Only thing that comes to my mind is JBoss Infinispan. But I wanted to check out whether there are other known solutions.

check out greenplum
We have 2 types of big data solutions:
1 is based on hadoop which supports data storage at PB levels
2 is based on greenplum for real time data analysis on smaller data scale.

Related

Choosing database for full-text-indexing (SQL/NoSql) [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'm searching for a good solution to build a large databased-full-text-index. Currently i'm using a Sybase iAnywhere Database for my full-text-index, but with a growing database it seems to be slow. Now i'm not sure, if this is a problem with relational databases or only sybase/my fault.
I searched also for nosql-solutions, but i can't decide which is the best one (MongoDB/CouchDB).
Now i have two question, is there a reason(technical) why sql or nosql databases are better for build large full-text-index?
Does anyone know a good nosql database for building a large full-text-index?
Maybe some one has experiances with them.
Thank you!
Apache Solr and Sphinx Search are much more feature-rich and high-performance solutions for fulltext search.
FWIW, CouchDB is integrated with Lucene, the same engine at the core of Apache Solr.

Do source code optimizers exist? [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
Are there any tools out there which perform source code optimization? I know compilers perform optimization on intermediate representations, but I am interested in seeing how an automated tool might perform source level optimization.
Yes. You are interested in program transformation systems, which allow you to express optimizations as "source to source" transformations. People have done a lot of this, but these tools are not widely known.
"Sounds quite dangerous..." All technology is dangerous if misused, and incredibly useful when applied to the right problem.

Is there a GUI tool for MacOS that allows to print labels from SQL databases [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 GUI tool on Mac which allows users to browse contents of a relatively simple SQL database (only 2-3 tables) and which allows them to print selected records in a specific layout on labels.
This database ran previously on MsAccess and we would like to have it as SQL. However, non IT-professionals should easily be able to print those labels.
If anybody knows a tool for this (except filemaker), please let me know.
Thanks a lot,
Philipp
I would suggest OpenOffice for a "mailmerge" like label printing.
If You need a more robust "report" oriented solution You can take a look at jasper reports and ireport both have release for OSx.
http://community.jaspersoft.com/
http://community.jaspersoft.com/project/ireport-designer

Historical Forecast or Observed Weather Data Source [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
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.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I'm looking for an API that provides recent, 3-hourly temperatures... either observed or forecasted. To be clear, I'm looking for data from the past... like 'yesterday'.
Free or paid is fine. International or US only is fine. Lookup by long/lat, zip, city doesn't matter either.
Any suggestions?
I'm looking for an API that provides recent, 3-hourly temperatures... either observed or forecasted. To be clear, I'm looking for data from the past... like 'yesterday'.
I don't know of an API for historic weather data. "3-hourly" observations are often referred as Syno hours. For historic data, other than for model validation, 99% of the time only observed data is used. Unless otherwise needed, in general you want surface observation data.
In the US, the NCDC (National Climate Data Center)'s Climate Data Online is likely your best source. The data is gratis, but with some (potential) usage restrictions.
You may use the public data from NOAA's Global Summary of the Day public data FTP, but you have to read the data format convention and build a script to connect and parse the data needed.
Have a look at the readme.txt file in the same FTP-folder, maybe you will find how to use this service.

Best Practices/Software for Object-Oriented Analysis [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 read this book:
Head First Object-Oriented Analysis and Design
Now i am looking forward to find a Software that make it easy to collect all my Ideas etc (specific Software for OOA).
At the moment i am using my Whiteboard to collect/design Ideas etc. Afterwards i am taking pictures of it and add text to our Wiki/Trac.
At school, we're using Objecteering, which is easy to use, integrated to Eclipse, but not free.
IMO blank paper is a must, but not always the easier to share and to edit.
Install mediawiki (the stuff that powers wikipedia, don't settle for anything less you will need the full feature set eventually) and put all your ideas in there. This makes it easy to refine them and to improve then as time goes by.