![]() |
VOOZH | about |
Elasticsearch is a popular distributed full-text search engine. By centrally storing data, you can perform ultra-fast searches, fine-tuning relevance, and powerful analytics with ease. Elasticsearch has a pipeline tool for loading data called "Logstash". You can use CData JDBC Drivers to easily import data from any data source into Elasticsearch for search and analysis.
This article explains how to use the CData JDBC Driver for PayPal to load data from PayPal into Elasticsearch via Logstash.
Now, let's create a configuration file for Logstash to transfer PayPal data to Elasticsearch.
The provider surfaces tables from two PayPal APIs. The APIs use different authentication methods.
See the "Getting Started" chapter of the help documentation for a guide to obtaining the necessary API credentials.
To select the API you want to work with, you can set the Schema property to REST or SOAP. By default the SOAP schema will be used.
For testing purposes you can set UseSandbox to true and use sandbox credentials.
Now let's run Logstash using the created "logstash.conf" file.
logstash-7.8.0\bin\logstash -f logstash.conf
A log indicating success will appear. This means the PayPal data has been loaded into Elasticsearch.
For example, let's view the data transferred to Elasticsearch in Kibana.
GET paypal_table/_search
{
"query": {
"match_all": {}
}
}
👁 Querying the PayPal data loaded into ElasticsearchWe have confirmed that the data is stored in Elasticsearch.
👁 Confirming the PayPal data loaded into ElasticsearchBy using the CData JDBC Driver for PayPal with Logstash, it functions as a PayPal connector, making it easy to load data into Elasticsearch. Please try the 30-day free trial.
Download a free trial of the PayPal Driver to get started:
Download NowLearn more:
👁 PayPal IconEasy-to-use PayPal client enables Java-based applications to easily consume PayPal Transactions, Orders, Sales, Invoices, etc.