using logstash with Sql Server [closed] - sql-server

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 looking at implementing ES using logstash and Sql server as my data source. I was initially using river to read data from Sql server but one of the developers in my team recommended looking at using logstash. Can anyone point to a guide on how to get started with logstash & sql server. My goal is to do search using elasticsearch.
Thanks

So far, there is not any Logstash API for reading SQL.
For input API supported, you can visit here to get more information
For my recommendation, you can write a program to read from sql and write to a file. Then use logstash file
API to read from the file. The Logstash website has getting started tutorial. It is easy to learn.
Good Luck

Related

SharePoint 2013 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
How can I retrieve data from content database in SharePoint 2013? I need only read from the database. I need also to read metadata as well. I was wondering if anybody could explain it and give me even a tutorial links for that. I am a newbie in SharePoint, I read different articles but I cannot find the information that I need.
One of the first rules of SharePoint that you learn when you start diving in to the product is that you shouldn't ever touch the SharePoint database.
Also, Reading from the SharePoint databases programmatically, or manually, can cause unexpected locking within Microsoft SQL Server which can adversely affect performance.
So you should use sharepoint object model, rest Apis to query data.
Also check:
http://blogs.msdn.com/b/brian_farnhill/archive/2013/12/04/directly-querying-sharepoint-databases.aspx

Free database servers [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
Do you guys know any free database hosting servers? most of the ones I came across required a license.
I'm trying to learn about databases and connection to databases using java JDBC, so I don't really have a project going to be worth paying for a database.
You should be able to use either PostgresQL or MySQL. Both are free (MySql does have commercial-use limitations, though).
Why not download Oracle XE or MySQL? - even though the database is on the same machine, the concepts are still the same when it comes to connecting via JDBC and other available architectures

Choosing framework for writing into cassandra database using Java [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
Hi am new to database programming, am in a project where i need to write data to noSql database currently we choosed Cassandra as our DB.
But its not final i need to come up with a framework or library service where any of application request data from DB, this library should serve it.
I choosed to use the "Hector" framework with that i can able to write to cassandra DB, but requirement is if tommorow we change database my library has to work with new database where we just store data as key-value pair.
Please help me to get solution to this problem.
Thanks.
If you decided to go with Hector, it is recommended to use DataStax Java Driver.
It is built from the very beginning to take advantage of Cassandra's new CQL native protocol. I used Hector in the past and it is too much annoying to use and code in.
DataStax Java Driver: A new face for Cassandra

Please provide an alternative for DB visualiser for handling netezza database [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
currently i use db visualiser for connecting the netezza database. can you suggest any otehr alternative (freeware) for the same.
Check out Aginity Netezza Workbench www.aginity.com.
I haven't found anything better than DBVis. Make sure you are using the loaded JDBC drivers for netezza instead of the ODBC data source.
I broke down and got the paid version. very good stuff. You can run multiple query windows and explorers at once.
Other software includes RazorSQL or any number of other softwares like SQLassistant, SQLdeveloper, etc can be setup to run against netezza.
You should try using this project.

A good tool to populate database with dummy data? [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
is there a good freeware that generates fake data for SQL Server? It would be really great if the tool generate the data according to foreign key (other constraints). Its such a repetitive task I am sure there must be a good tool for this but somehow i cant seem to find it.
If you cannot find a free version, RedGate produce a commercial one called SQL Data Generator.
other commercial tools.
1.EMS Data Generator for SQL Server
2.IRI RowGen, for multiple DBs and flat files, uses Eclipse GUI
3.Xentrix
I've always written my own. It rarely takes very long to write. This way I know what I'm dealing with and if it's not correct, then I can tweak as needed and re-run it.

Resources