How to load data into Marklogic from MySql database. As well as how to create a document database & build search application on top of it ? (PDF's would be the source for documents database)
-Thanks & Regards Swapneel
How to load data into Marklogic from MySql database. As well as how to create a document database & build search application on top of it ? (PDF's would be the source for documents database)
-Thanks & Regards Swapneel
there are two main options for loading data from MySQL - you can either export flat csv files and import the rows as documents using MLCP or by connecting directly with MLSAM. You'll have to look and see which best suits your situation.
In terms of design, I'd recommend looking at the MarkLogic developer website and going through the tutorials; there's a good overview of data modeling.
You will probably want to look at the CPF documentation for information about PDF conversion as well.
Hope that's been useful, Ed