From: ravendb@googlegroups.com [mailto:ravendb@googlegroups.com] On Behalf Of devmo...@hotmail.com
Sent: lunedě 11 giugno 2012 10:32
To: ravendb@googlegroups.com
Subject: [RavenDB] Export to Sql Server and Excel
hi,
is there a way to export the data from Raven to Sql Server and Excel formats ?
On Wed, Jun 20, 2012 at 6:52 PM, Chris Marisic <ch...@marisic.com> wrote:
> Will RavenDB create the tables it needs for the replication to sql server
> bundle?
> On Wednesday, June 20, 2012 10:40:34 AM UTC-4, Oren Eini wrote:
>> You need a way to convert from the document model to the flat relational
>> model,yes.
>> On Wed, Jun 20, 2012 at 5:40 PM, devmo...@hotmail.com <
>> devmo...@hotmail.com> wrote:
>>> thank you man,
>>> but does that mean that i have to create Index for each collection ?
>>> On Monday, June 11, 2012 12:34:45 PM UTC+4, Mauro Servienti wrote:
I'm guessing the trouble would be figuring out how to layout the tables.
For documents with some depth, that would be tricky. For simple cases,
maybe the NServiceBus Saga NHibernate code could be a start.
>>>>>> *From:* ravendb@googlegroups.com [mailto:ravendb@googlegroups.**c****
>>>>>> om <ravendb@googlegroups.com>] *On Behalf Of *devmo...@hotmail.com
>>>>>> *Sent:* lunedě 11 giugno 2012 10:32
>>>>>> *To:* ravendb@googlegroups.com
>>>>>> *Subject:* [RavenDB] Export to Sql Server and Excel
>>>>>> hi,
>>>>>> is there a way to export the data from Raven to Sql Server and Excel
>>>>>> formats ?
That would add enormous complexity. What are the data types? Can you create
FK for me? How do I customize field names? How can I define a column that
won't be used in the transformation but will be used by the code reading
the table?
Easier to leave it out of scope, since then users can do whatever they want
and have the utmost flexibility.
>>>>>> *From:* ravendb@googlegroups.com [mailto:ravendb@googlegroups.**c****
>>>>>> om <ravendb@googlegroups.com>] *On Behalf Of *devmo...@hotmail.com
>>>>>> *Sent:* lunedě 11 giugno 2012 10:32
>>>>>> *To:* ravendb@googlegroups.com
>>>>>> *Subject:* [RavenDB] Export to Sql Server and Excel
>>>>>> hi,
>>>>>> is there a way to export the data from Raven to Sql Server and Excel
>>>>>> formats ?
On Thursday, June 21, 2012 9:48:00 AM UTC+4, Oren Eini wrote:
> That would add enormous complexity. What are the data types? Can you > create FK for me? How do I customize field names? How can I define a column > that won't be used in the transformation but will be used by the code > reading the table?
> Easier to leave it out of scope, since then users can do whatever they > want and have the utmost flexibility.
> On Wed, Jun 20, 2012 at 10:39 PM, Chris Marisic <ch...@marisic.com> wrote:
>> The bundle would be incredibly more useful if it could do that.
>> On Wednesday, June 20, 2012 11:54:52 AM UTC-4, Oren Eini wrote:
>>> No, you need to do that
>>> On Wed, Jun 20, 2012 at 6:52 PM, Chris Marisic <ch...@marisic.com>wrote:
>>>> Will RavenDB create the tables it needs for the replication to sql >>>> server bundle?
>>>> On Wednesday, June 20, 2012 10:40:34 AM UTC-4, Oren Eini wrote:
>>>>> You need a way to convert from the document model to the flat >>>>> relational model,yes.
>>>>> On Wed, Jun 20, 2012 at 5:40 PM, devmo...@hotmail.com <
>>>>> devmo...@hotmail.com> wrote:
>>>>>> thank you man, >>>>>> but does that mean that i have to create Index for each collection ?
>>>>>> On Monday, June 11, 2012 12:34:45 PM UTC+4, Mauro Servienti wrote:
aye...@ayende.com> wrote:
> That would add enormous complexity. What are the data types? Can you
> create FK for me? How do I customize field names? How can I define a column
> that won't be used in the transformation but will be used by the code
> reading the table?
> Easier to leave it out of scope, since then users can do whatever they
> want and have the utmost flexibility.
> On Wed, Jun 20, 2012 at 10:39 PM, Chris Marisic <ch...@marisic.com> wrote:
>> The bundle would be incredibly more useful if it could do that.
>> On Wednesday, June 20, 2012 11:54:52 AM UTC-4, Oren Eini wrote:
>>> No, you need to do that
>>> On Wed, Jun 20, 2012 at 6:52 PM, Chris Marisic <ch...@marisic.com>wrote:
>>>> Will RavenDB create the tables it needs for the replication to sql
>>>> server bundle?
>>>> On Wednesday, June 20, 2012 10:40:34 AM UTC-4, Oren Eini wrote:
>>>>> You need a way to convert from the document model to the flat
>>>>> relational model,yes.
>>>>> On Wed, Jun 20, 2012 at 5:40 PM, devmo...@hotmail.com <
>>>>> devmo...@hotmail.com> wrote:
>>>>>> thank you man,
>>>>>> but does that mean that i have to create Index for each collection ?
>>>>>> On Monday, June 11, 2012 12:34:45 PM UTC+4, Mauro Servienti wrote: