I am new to OrientDB. I am trying to use OrientDB from Java to store different types of configuration files in our system. The goal is to be able to store and quickly retrieve XML files, property files, CSV files, binary files. I am guessing that Document DB approach would work for that? Does OrientDB has any build in libraries to load CSV files, or XML files into database? I know how to read, for example, CSV file line by line and create ODocument and store it. Is there better way to do it? What about XML files? What is the best approach to design database for storing different types of documents?
-- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
