Re: NEW: databases/citus

2017-07-07 Thread Martijn Rijkeboer
On 07/07/17 17:28, Stuart Henderson wrote:
> On 2017/07/07 17:26, Martijn Rijkeboer wrote:
>> On 07/07/17 16:51, Stuart Henderson wrote:
>>> Minor nit, DESCR formatting seems a bit wonky, I think this would be better:
>>>
>>> ---
>>> Citus horizontally scales PostgreSQL across multiple machines using
>>> sharding and replication. Its query engine parallelizes incoming SQL
>>> queries across these servers to enable human real-time (less than a
>>> second) responses on large datasets.
>>>
>>> Citus extends the underlying database rather than forking it, which
>>> gives developers and enterprises the power and familiarity of a
>>> traditional relational database. As an extension, Citus supports new
>>> PostgreSQL releases, allowing users to benefit from new features while
>>> maintaining compatibility with existing PostgreSQL tools.
>>> ---
>>>
>>> Otherwise OK sthen@
>>
>> Here's the updated version with your version of the DESCR. Since I don't
>> have commit access, could you be so kind to commit this?
> 
> I can't commit it without another OK. But somebody else can commit it on my 
> OK.

Understood. Is there somebody else who is willing to commit this (with
sthen@'s OK)?

Kind regards,


Martijn Rijkeboer


>>> On 2017/07/07 13:55, Martijn Rijkeboer wrote:
 Ping

 On 06/23/17 13:57, Martijn Rijkeboer wrote:
> On 06/23/17 13:34, Stuart Henderson wrote:
>> On 2017/06/23 13:23, Martijn Rijkeboer wrote:
>>> Hi,
>>>
>>> Attached is a new port, databases/citus. Citus is an extension that adds
>>> horizontally scale to PostgreSQL.
>>>
>>> ---
>>> pkg/DESCR:
>>> Citus horizontally scales PostgreSQL across multiple machines using
>>> sharding and replication. Its query engine parallelizes incoming SQL
>>> queries across these servers to enable human real-time (less than a
>>> second) responses on large datasets.
>>>
>>> Citus extends the underlying database rather than forking it, which
>>> gives developers and enterprises the power and familiarity of a
>>> traditional relational database. As an extension, Citus supports new
>>> PostgreSQL releases, allowing users to benefit from new features while
>>> maintaining compatibility with existing PostgreSQL tools.
>>> ---
>>>
>>> OK?
>>>
>>>
>>> Kind regards,
>>>
>>>
>>> Martijn Rijkeboer
>>
>> : COMMENT =   extension to horizontally scale PostgreSQL
>> : DISTNAME =  citus-6.2.2
>> : GH_ACCOUNT =citusdata
>> : GH_PROJECT =citus
>> : GH_TAGNAME =v6.2.2
>>
>> remove the DISTNAME, this is the default with those GH_* variables 
>> anyway.
>>
>> : #SHARED_LIBS =  ???
>>
>> remove
>>
>> : BUILD_DEPENDS = databases/postgresql,-server
>> : RUN_DEPENDS =   databases/postgresql,-server
>>
>> this should be:
>>
>> LIB_DEPENDS =databases/postgresql
>> RUN_DEPENDS =databases/postgresql,-server
>
> Here's an updated version that includes your comments.
>
> OK?
>>
>>
>>
> 
> 



citus-6.2.2-take3.tgz
Description: application/compressed-tar


Re: NEW: databases/citus

2017-07-07 Thread Stuart Henderson
On 2017/07/07 17:26, Martijn Rijkeboer wrote:
> On 07/07/17 16:51, Stuart Henderson wrote:
> > Minor nit, DESCR formatting seems a bit wonky, I think this would be better:
> > 
> > ---
> > Citus horizontally scales PostgreSQL across multiple machines using
> > sharding and replication. Its query engine parallelizes incoming SQL
> > queries across these servers to enable human real-time (less than a
> > second) responses on large datasets.
> > 
> > Citus extends the underlying database rather than forking it, which
> > gives developers and enterprises the power and familiarity of a
> > traditional relational database. As an extension, Citus supports new
> > PostgreSQL releases, allowing users to benefit from new features while
> > maintaining compatibility with existing PostgreSQL tools.
> > ---
> > 
> > Otherwise OK sthen@
> 
> Here's the updated version with your version of the DESCR. Since I don't
> have commit access, could you be so kind to commit this?

I can't commit it without another OK. But somebody else can commit it on my OK.


> Kind regards,
> 
> 
> Martijn Rijkeboer
> 
> 
> > On 2017/07/07 13:55, Martijn Rijkeboer wrote:
> >> Ping
> >>
> >> On 06/23/17 13:57, Martijn Rijkeboer wrote:
> >>> On 06/23/17 13:34, Stuart Henderson wrote:
>  On 2017/06/23 13:23, Martijn Rijkeboer wrote:
> > Hi,
> >
> > Attached is a new port, databases/citus. Citus is an extension that adds
> > horizontally scale to PostgreSQL.
> >
> > ---
> > pkg/DESCR:
> > Citus horizontally scales PostgreSQL across multiple machines using
> > sharding and replication. Its query engine parallelizes incoming SQL
> > queries across these servers to enable human real-time (less than a
> > second) responses on large datasets.
> >
> > Citus extends the underlying database rather than forking it, which
> > gives developers and enterprises the power and familiarity of a
> > traditional relational database. As an extension, Citus supports new
> > PostgreSQL releases, allowing users to benefit from new features while
> > maintaining compatibility with existing PostgreSQL tools.
> > ---
> >
> > OK?
> >
> >
> > Kind regards,
> >
> >
> > Martijn Rijkeboer
> 
>  : COMMENT =   extension to horizontally scale PostgreSQL
>  : DISTNAME =  citus-6.2.2
>  : GH_ACCOUNT =citusdata
>  : GH_PROJECT =citus
>  : GH_TAGNAME =v6.2.2
> 
>  remove the DISTNAME, this is the default with those GH_* variables 
>  anyway.
> 
>  : #SHARED_LIBS =  ???
> 
>  remove
> 
>  : BUILD_DEPENDS = databases/postgresql,-server
>  : RUN_DEPENDS =   databases/postgresql,-server
> 
>  this should be:
> 
>  LIB_DEPENDS =databases/postgresql
>  RUN_DEPENDS =databases/postgresql,-server
> >>>
> >>> Here's an updated version that includes your comments.
> >>>
> >>> OK?
> 
> 
> 




Re: NEW: databases/citus

2017-07-07 Thread Martijn Rijkeboer
On 07/07/17 16:51, Stuart Henderson wrote:
> Minor nit, DESCR formatting seems a bit wonky, I think this would be better:
> 
> ---
> Citus horizontally scales PostgreSQL across multiple machines using
> sharding and replication. Its query engine parallelizes incoming SQL
> queries across these servers to enable human real-time (less than a
> second) responses on large datasets.
> 
> Citus extends the underlying database rather than forking it, which
> gives developers and enterprises the power and familiarity of a
> traditional relational database. As an extension, Citus supports new
> PostgreSQL releases, allowing users to benefit from new features while
> maintaining compatibility with existing PostgreSQL tools.
> ---
> 
> Otherwise OK sthen@

Here's the updated version with your version of the DESCR. Since I don't
have commit access, could you be so kind to commit this?

Kind regards,


Martijn Rijkeboer


> On 2017/07/07 13:55, Martijn Rijkeboer wrote:
>> Ping
>>
>> On 06/23/17 13:57, Martijn Rijkeboer wrote:
>>> On 06/23/17 13:34, Stuart Henderson wrote:
 On 2017/06/23 13:23, Martijn Rijkeboer wrote:
> Hi,
>
> Attached is a new port, databases/citus. Citus is an extension that adds
> horizontally scale to PostgreSQL.
>
> ---
> pkg/DESCR:
> Citus horizontally scales PostgreSQL across multiple machines using
> sharding and replication. Its query engine parallelizes incoming SQL
> queries across these servers to enable human real-time (less than a
> second) responses on large datasets.
>
> Citus extends the underlying database rather than forking it, which
> gives developers and enterprises the power and familiarity of a
> traditional relational database. As an extension, Citus supports new
> PostgreSQL releases, allowing users to benefit from new features while
> maintaining compatibility with existing PostgreSQL tools.
> ---
>
> OK?
>
>
> Kind regards,
>
>
> Martijn Rijkeboer

 : COMMENT =   extension to horizontally scale PostgreSQL
 : DISTNAME =  citus-6.2.2
 : GH_ACCOUNT =citusdata
 : GH_PROJECT =citus
 : GH_TAGNAME =v6.2.2

 remove the DISTNAME, this is the default with those GH_* variables anyway.

 : #SHARED_LIBS =  ???

 remove

 : BUILD_DEPENDS = databases/postgresql,-server
 : RUN_DEPENDS =   databases/postgresql,-server

 this should be:

 LIB_DEPENDS =  databases/postgresql
 RUN_DEPENDS =  databases/postgresql,-server
>>>
>>> Here's an updated version that includes your comments.
>>>
>>> OK?





citus-6.2.2-take3.tgz
Description: application/compressed-tar


Re: NEW: databases/citus

2017-07-07 Thread Stuart Henderson
Minor nit, DESCR formatting seems a bit wonky, I think this would be better:

---
Citus horizontally scales PostgreSQL across multiple machines using
sharding and replication. Its query engine parallelizes incoming SQL
queries across these servers to enable human real-time (less than a
second) responses on large datasets.

Citus extends the underlying database rather than forking it, which
gives developers and enterprises the power and familiarity of a
traditional relational database. As an extension, Citus supports new
PostgreSQL releases, allowing users to benefit from new features while
maintaining compatibility with existing PostgreSQL tools.
---

Otherwise OK sthen@


On 2017/07/07 13:55, Martijn Rijkeboer wrote:
> Ping
> 
> On 06/23/17 13:57, Martijn Rijkeboer wrote:
> > On 06/23/17 13:34, Stuart Henderson wrote:
> >> On 2017/06/23 13:23, Martijn Rijkeboer wrote:
> >>> Hi,
> >>>
> >>> Attached is a new port, databases/citus. Citus is an extension that adds
> >>> horizontally scale to PostgreSQL.
> >>>
> >>> ---
> >>> pkg/DESCR:
> >>> Citus horizontally scales PostgreSQL across multiple machines using
> >>> sharding and replication. Its query engine parallelizes incoming SQL
> >>> queries across these servers to enable human real-time (less than a
> >>> second) responses on large datasets.
> >>>
> >>> Citus extends the underlying database rather than forking it, which
> >>> gives developers and enterprises the power and familiarity of a
> >>> traditional relational database. As an extension, Citus supports new
> >>> PostgreSQL releases, allowing users to benefit from new features while
> >>> maintaining compatibility with existing PostgreSQL tools.
> >>> ---
> >>>
> >>> OK?
> >>>
> >>>
> >>> Kind regards,
> >>>
> >>>
> >>> Martijn Rijkeboer
> >>
> >> : COMMENT =   extension to horizontally scale PostgreSQL
> >> : DISTNAME =  citus-6.2.2
> >> : GH_ACCOUNT =citusdata
> >> : GH_PROJECT =citus
> >> : GH_TAGNAME =v6.2.2
> >>
> >> remove the DISTNAME, this is the default with those GH_* variables anyway.
> >>
> >> : #SHARED_LIBS =  ???
> >>
> >> remove
> >>
> >> : BUILD_DEPENDS = databases/postgresql,-server
> >> : RUN_DEPENDS =   databases/postgresql,-server
> >>
> >> this should be:
> >>
> >> LIB_DEPENDS =  databases/postgresql
> >> RUN_DEPENDS =  databases/postgresql,-server
> > 
> > Here's an updated version that includes your comments.
> > 
> > OK?
> > 
> > 
> > Kind regards,
> > 
> > 
> > Martijn Rijkeboer




Re: NEW: databases/citus

2017-07-07 Thread Martijn Rijkeboer
Ping

On 06/23/17 13:57, Martijn Rijkeboer wrote:
> On 06/23/17 13:34, Stuart Henderson wrote:
>> On 2017/06/23 13:23, Martijn Rijkeboer wrote:
>>> Hi,
>>>
>>> Attached is a new port, databases/citus. Citus is an extension that adds
>>> horizontally scale to PostgreSQL.
>>>
>>> ---
>>> pkg/DESCR:
>>> Citus horizontally scales PostgreSQL across multiple machines using
>>> sharding and replication. Its query engine parallelizes incoming SQL
>>> queries across these servers to enable human real-time (less than a
>>> second) responses on large datasets.
>>>
>>> Citus extends the underlying database rather than forking it, which
>>> gives developers and enterprises the power and familiarity of a
>>> traditional relational database. As an extension, Citus supports new
>>> PostgreSQL releases, allowing users to benefit from new features while
>>> maintaining compatibility with existing PostgreSQL tools.
>>> ---
>>>
>>> OK?
>>>
>>>
>>> Kind regards,
>>>
>>>
>>> Martijn Rijkeboer
>>
>> : COMMENT =   extension to horizontally scale PostgreSQL
>> : DISTNAME =  citus-6.2.2
>> : GH_ACCOUNT =citusdata
>> : GH_PROJECT =citus
>> : GH_TAGNAME =v6.2.2
>>
>> remove the DISTNAME, this is the default with those GH_* variables anyway.
>>
>> : #SHARED_LIBS =  ???
>>
>> remove
>>
>> : BUILD_DEPENDS = databases/postgresql,-server
>> : RUN_DEPENDS =   databases/postgresql,-server
>>
>> this should be:
>>
>> LIB_DEPENDS =databases/postgresql
>> RUN_DEPENDS =databases/postgresql,-server
> 
> Here's an updated version that includes your comments.
> 
> OK?
> 
> 
> Kind regards,
> 
> 
> Martijn Rijkeboer


citus-6.2.2-take2.tgz
Description: application/compressed-tar


Re: NEW: databases/citus

2017-06-30 Thread Martijn Rijkeboer
On 06/23/17 13:57, Martijn Rijkeboer wrote:
> On 06/23/17 13:34, Stuart Henderson wrote:
>> On 2017/06/23 13:23, Martijn Rijkeboer wrote:
>>> Hi,
>>>
>>> Attached is a new port, databases/citus. Citus is an extension that adds
>>> horizontally scale to PostgreSQL.
>>>
>>> ---
>>> pkg/DESCR:
>>> Citus horizontally scales PostgreSQL across multiple machines using
>>> sharding and replication. Its query engine parallelizes incoming SQL
>>> queries across these servers to enable human real-time (less than a
>>> second) responses on large datasets.
>>>
>>> Citus extends the underlying database rather than forking it, which
>>> gives developers and enterprises the power and familiarity of a
>>> traditional relational database. As an extension, Citus supports new
>>> PostgreSQL releases, allowing users to benefit from new features while
>>> maintaining compatibility with existing PostgreSQL tools.
>>> ---
>>>
>>> OK?
>>>
>>>
>>> Kind regards,
>>>
>>>
>>> Martijn Rijkeboer
>>
>> : COMMENT =   extension to horizontally scale PostgreSQL
>> : DISTNAME =  citus-6.2.2
>> : GH_ACCOUNT =citusdata
>> : GH_PROJECT =citus
>> : GH_TAGNAME =v6.2.2
>>
>> remove the DISTNAME, this is the default with those GH_* variables anyway.
>>
>> : #SHARED_LIBS =  ???
>>
>> remove
>>
>> : BUILD_DEPENDS = databases/postgresql,-server
>> : RUN_DEPENDS =   databases/postgresql,-server
>>
>> this should be:
>>
>> LIB_DEPENDS =databases/postgresql
>> RUN_DEPENDS =databases/postgresql,-server
> 
> Here's an updated version that includes your comments.
> 
> OK?

Ping.


Kind regards,


Martijn Rijkeboer



Re: NEW: databases/citus

2017-06-23 Thread Martijn Rijkeboer
On 06/23/17 13:34, Stuart Henderson wrote:
> On 2017/06/23 13:23, Martijn Rijkeboer wrote:
>> Hi,
>>
>> Attached is a new port, databases/citus. Citus is an extension that adds
>> horizontally scale to PostgreSQL.
>>
>> ---
>> pkg/DESCR:
>> Citus horizontally scales PostgreSQL across multiple machines using
>> sharding and replication. Its query engine parallelizes incoming SQL
>> queries across these servers to enable human real-time (less than a
>> second) responses on large datasets.
>>
>> Citus extends the underlying database rather than forking it, which
>> gives developers and enterprises the power and familiarity of a
>> traditional relational database. As an extension, Citus supports new
>> PostgreSQL releases, allowing users to benefit from new features while
>> maintaining compatibility with existing PostgreSQL tools.
>> ---
>>
>> OK?
>>
>>
>> Kind regards,
>>
>>
>> Martijn Rijkeboer
> 
> : COMMENT =   extension to horizontally scale PostgreSQL
> : DISTNAME =  citus-6.2.2
> : GH_ACCOUNT =citusdata
> : GH_PROJECT =citus
> : GH_TAGNAME =v6.2.2
> 
> remove the DISTNAME, this is the default with those GH_* variables anyway.
> 
> : #SHARED_LIBS =  ???
> 
> remove
> 
> : BUILD_DEPENDS = databases/postgresql,-server
> : RUN_DEPENDS =   databases/postgresql,-server
> 
> this should be:
> 
> LIB_DEPENDS = databases/postgresql
> RUN_DEPENDS = databases/postgresql,-server

Here's an updated version that includes your comments.

OK?


Kind regards,


Martijn Rijkeboer




citus-6.2.2-take2.tgz
Description: application/compressed-tar


Re: NEW: databases/citus

2017-06-23 Thread Stuart Henderson
On 2017/06/23 13:23, Martijn Rijkeboer wrote:
> Hi,
> 
> Attached is a new port, databases/citus. Citus is an extension that adds
> horizontally scale to PostgreSQL.
> 
> ---
> pkg/DESCR:
> Citus horizontally scales PostgreSQL across multiple machines using
> sharding and replication. Its query engine parallelizes incoming SQL
> queries across these servers to enable human real-time (less than a
> second) responses on large datasets.
> 
> Citus extends the underlying database rather than forking it, which
> gives developers and enterprises the power and familiarity of a
> traditional relational database. As an extension, Citus supports new
> PostgreSQL releases, allowing users to benefit from new features while
> maintaining compatibility with existing PostgreSQL tools.
> ---
> 
> OK?
> 
> 
> Kind regards,
> 
> 
> Martijn Rijkeboer

: COMMENT =   extension to horizontally scale PostgreSQL
: DISTNAME =  citus-6.2.2
: GH_ACCOUNT =citusdata
: GH_PROJECT =citus
: GH_TAGNAME =v6.2.2

remove the DISTNAME, this is the default with those GH_* variables anyway.

: #SHARED_LIBS =  ???

remove

: BUILD_DEPENDS = databases/postgresql,-server
: RUN_DEPENDS =   databases/postgresql,-server

this should be:

LIB_DEPENDS =   databases/postgresql
RUN_DEPENDS =   databases/postgresql,-server



NEW: databases/citus

2017-06-23 Thread Martijn Rijkeboer
Hi,

Attached is a new port, databases/citus. Citus is an extension that adds
horizontally scale to PostgreSQL.

---
pkg/DESCR:
Citus horizontally scales PostgreSQL across multiple machines using
sharding and replication. Its query engine parallelizes incoming SQL
queries across these servers to enable human real-time (less than a
second) responses on large datasets.

Citus extends the underlying database rather than forking it, which
gives developers and enterprises the power and familiarity of a
traditional relational database. As an extension, Citus supports new
PostgreSQL releases, allowing users to benefit from new features while
maintaining compatibility with existing PostgreSQL tools.
---

OK?


Kind regards,


Martijn Rijkeboer


citus-6.2.2.tgz
Description: application/compressed-tar