If you have not already gone through the process of ETL, you may be asking the question, “Why don’t I just move the data myself?” or “How does a tool help me?” The answers to these have to do with the complexity and size of your challenge. If you have one small database and want to transition the data to another small database of a different type and the various table types and possible documents stored in those are simple and straightforward, you would probably best of doing this yourself. If you have many and varied types of repositories with any number of document types and patterns of meta-data, this project could take years without assistance from the proper tools.
That is why 30 Digits has created an Extractor framework and particular Extractors for multiple repositories. This allows one to easily take care of each of the ETL steps in a structured and streamlined manor.
- Extract – The Extractors access the repositories in their native language. They can be easily adjusted to pull the data out as fast as possible while adjusting for the load allowed on the system which is most likely still in production.
- Transform – Mapping of each of the document types and fields and done simply and quickly with a visualization. The normalization is also done through the graphical user interface allowing the simply entry one or more formats and selection of the desired format. It also has many advanced features for performing more complex operations either for enrichment or normalizations which can be applied with a few clicks as opposed to custom scripts having to be developed, tested, and rewritten for each case. The entity extraction is also done through simply supplying identifying the types of entities wished to be gleaned from the data.
- Load – This is probably simplified the most as the Extractor speaks the native language of the target repository to feed the data to it continually or in batches. It can also do this over an encrypted stream should security across transmission be an issue. Writing XML, CSV, or other formats to disk as well or even simultaneously is a simple configuration option.
On top of these features and benefits mentioned, there are a host of other features and extensive logging to assure a streamlined, quality controlled process to transform your ETL project into a clear and definable project with guaranteed success.
See the
Extractors section for detailed information on individual Extractors, those supported, and the file types handled.
To know more or see a demo, just fill out the contact form on the side or
contact us directly. We look forward to hearing from you.