I''m new to Razor and have two questions related to Razor Mongodb: 1. Is there available Razor object relationship diagram that describes relationships between Razor slices? 2. Does Razor make use of Mongo''s JSON doc store features like automatic secondary indexing on all JSON attributes? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/OosFbsQi3iQJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Sun, Oct 21, 2012 at 10:12 AM, Hong <hong.sfdc@gmail.com> wrote:> I''m new to Razor and have two questions related to Razor Mongodb:Hey. A better place for developer type questions like this is probably the dev list, just because the volume of mail here on the user list can make it easy to miss.> 1. Is there available Razor object relationship diagram that describes > relationships between Razor slices?Not really. There is some per-slice documentation that kind of covers this here: https://github.com/puppetlabs/Razor/wiki What, concretely, were you looking for? I know that better documentation is needed, but having real stories about the questions people were trying to answer will help make it much better, much sooner. :)> 2. Does Razor make use of Mongo''s JSON doc store features like automatic > secondary indexing on all JSON attributes?...not really, in the sense that Razor doesn''t actually have *any* sort of query across the data, just key lookup or full collection lookup. Why do you ask? -- Daniel Pittman ⎋ Puppet Labs Developer – http://puppetlabs.com ♲ Made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Thanks so much for your reply on my questions. I will move this topic to dev list :) On Sunday, October 21, 2012 9:20:15 PM UTC-7, Daniel Pittman wrote:> > On Sun, Oct 21, 2012 at 10:12 AM, Hong <hong...@gmail.com <javascript:>> > wrote: > > I''m new to Razor and have two questions related to Razor Mongodb: > > Hey. A better place for developer type questions like this is > probably the dev list, just because the volume of mail here on the > user list can make it easy to miss. > > > 1. Is there available Razor object relationship diagram that describes > > relationships between Razor slices? > > Not really. There is some per-slice documentation that kind of covers > this here: https://github.com/puppetlabs/Razor/wiki > > What, concretely, were you looking for? I know that better > documentation is needed, but having real stories about the questions > people were trying to answer will help make it much better, much > sooner. :) > > > 2. Does Razor make use of Mongo''s JSON doc store features like automatic > > secondary indexing on all JSON attributes? > > ...not really, in the sense that Razor doesn''t actually have *any* > sort of query across the data, just key lookup or full collection > lookup. > > Why do you ask? > > -- > Daniel Pittman > ⎋ Puppet Labs Developer – http://puppetlabs.com > ♲ Made with 100 percent post-consumer electrons >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/7ziAa3zbHg4J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.