Hi Sajid, I'd suggest using OrientDB's native Document store for this.
You can create fields (properties) on documents that are schema-free (free form). Each row would be stored in a document (OrientDB record) and each column name/value would be stored as a field. -Colin Orient Technologies The Company behind OrientDB On Wednesday, May 13, 2015 at 3:01:39 PM UTC-5, Sajid Hussain wrote: > > Hello , > > I am trying to explore something and I am really new into big data thing > and noSQL . > > I am willing to store Column Base Value ( from CSV Records ) but lets say > I have couple of CSV Data Files which would have Unknown no of columns and > rows so i want to store each file as record or object . so later I can get > the data with filters since it wont be RDBS and no transactions so which > engine or method may work for me as Data Tables or Key Value Level , so > later I can use and filter the data . > > I am not using right terms but since I would have many files without > knowing the columns so want to choose right method for storing and applying > operations on it. > > Thanks > > -- --- 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.
