Hi Maruti, Great! Is it intended as a community/OpenSource project or is it a company project?
Here you can find some info about how to develop a plugin for OrientDB http://orientdb.com/docs/last/Extend-Server.html About binary data, you have many alternatives, the easiest one is to just store byte arrays as property values in documents (but you have a limit of 2GB per single document). For a finer management of binary data, you can take a look at this http://orientdb.com/docs/last/Binary-Data.html If you need further help, please do not hesitate to ask Thanks Luigi 2015-08-25 7:13 GMT+02:00 Maruti Prasad <[email protected]>: > Hi Group Members, > > I would like to write a JCR (JSR 170) wrapper on top of orient db, after > examining the orient db, I thought this will be a good candidate for > WCM/Web Site Management product, so > I have decided to start with it ASAP, I have 2 questions, > > 1. What is the starting point to start a plugin/extension development. > 2. Is there is a way to store binary data(images/videos/ms-word) in orient > db > > -- > > --- > 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. > -- --- 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.
