• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need to integrate etl and search engine into my web application

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

How can we integarte an ETL tool with our web application.
I need to integrate an open source ETL tool i.e Keetle now knowna s Pentago into my web application.

Any idea how to do same.

At teh same time i need ti integrate an open source search tool into my web application(i.e IBM omnifind) please sugeest the steps to do so.

Thanks in advance
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As long as both tools have a Java API it shouldn't be too hard to integrate them from a coding perspective. I'm sure they come with examples.

But for any such tool/library you need to think about what the tool can do, what you want to get out of it, which of its options you want the user to be able to set, which GUI might be appropriate for that etc. There isn't much we can say about any of those.
reply
    Bookmark Topic Watch Topic
  • New Topic