You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Manu M." <ma...@flipkart.com.INVALID> on 2019/10/25 12:24:41 UTC

Request to add Supporting Project

Dear HBase team,

We at Flipkart are using a light-weight ORM wrapper on top of hbase-client:
https://github.com/flipkart-incubator/hbase-orm (open source, Apache 2.0
license)

It helps Java applications interact with HBase in an object-oriented manner
(by encapsulating HBase's Get, Put, Delete, Append and other classes).

It's published on Maven Central:
https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav

Requesting you to add the above project here:
https://hbase.apache.org/supportingprojects.html

We believe this will greatly help other software developers using Apache
HBase by expediting their software development.

--
Manu M.
Software Architect
https://www.linkedin.com/in/manumanjunath/

-- 



*-----------------------------------------------------------------------------------------*


*This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error, please notify the 
system manager. This message contains confidential information and is 
intended only for the individual named. If you are not the named addressee, 
you should not disseminate, distribute or copy this email. Please notify 
the sender immediately by email if you have received this email by mistake 
and delete this email from your system. If you are not the intended 
recipient, you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is 
strictly prohibited.*****

 ****

*Any views or opinions presented in this 
email are solely those of the author and do not necessarily represent those 
of the organization. Any information on shares, debentures or similar 
instruments, recommended product pricing, valuations and the like are for 
information purposes only. It is not meant to be an instruction or 
recommendation, as the case may be, to buy or to sell securities, products, 
services nor an offer to buy or sell securities, products or services 
unless specifically stated to be so on behalf of the Flipkart group. 
Employees of the Flipkart group of companies are expressly required not to 
make defamatory statements and not to infringe or authorise any 
infringement of copyright or any other legal right by email communications. 
Any such communication is contrary to organizational policy and outside the 
scope of the employment of the individual concerned. The organization will 
not accept any liability in respect of such communication, and the employee 
responsible will be personally liable for any damages or other liability 
arising.*****

 ****

*Our organization accepts no liability for the 
content of this email, or for the consequences of any actions taken on the 
basis of the information *provided,* unless that information is 
subsequently confirmed in writing. If you are not the intended recipient, 
you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this information is strictly 
prohibited.*


_-----------------------------------------------------------------------------------------_


Re: Request to add Supporting Project

Posted by Nick Dimiduk <nd...@apache.org>.
Hi Manu,

Thanks for the contribution. You can make the addition yourself: please
submit a PR :) The file that manages the page in question is
https://github.com/apache/hbase/blob/master/src/site/xdoc/supportingprojects.xml
.

Thanks,
Nick

On Sun, Oct 27, 2019 at 3:53 PM Manu M. <ma...@flipkart.com.invalid>
wrote:

> Dear HBase team,
>
> We at Flipkart are using a light-weight ORM wrapper on top of hbase-client:
> https://github.com/flipkart-incubator/hbase-orm (open source, Apache 2.0
> license)
>
> It helps Java applications interact with HBase in an object-oriented manner
> (by encapsulating HBase's Get, Put, Delete, Append and other classes).
>
> It's published on Maven Central:
>
> https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav
>
> Requesting you to add the above project here:
> https://hbase.apache.org/supportingprojects.html
>
> We believe this will greatly help other software developers using Apache
> HBase by expediting their software development.
>
> --
> Manu M.
> Software Architect
> https://www.linkedin.com/in/manumanjunath/
>
> --
>
>
>
>
> *-----------------------------------------------------------------------------------------*
>
>
> *This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received this email in error, please notify the
> system manager. This message contains confidential information and is
> intended only for the individual named. If you are not the named
> addressee,
> you should not disseminate, distribute or copy this email. Please notify
> the sender immediately by email if you have received this email by mistake
> and delete this email from your system. If you are not the intended
> recipient, you are notified that disclosing, copying, distributing or
> taking any action in reliance on the contents of this information is
> strictly prohibited.*****
>
>  ****
>
> *Any views or opinions presented in this
> email are solely those of the author and do not necessarily represent
> those
> of the organization. Any information on shares, debentures or similar
> instruments, recommended product pricing, valuations and the like are for
> information purposes only. It is not meant to be an instruction or
> recommendation, as the case may be, to buy or to sell securities,
> products,
> services nor an offer to buy or sell securities, products or services
> unless specifically stated to be so on behalf of the Flipkart group.
> Employees of the Flipkart group of companies are expressly required not to
> make defamatory statements and not to infringe or authorise any
> infringement of copyright or any other legal right by email
> communications.
> Any such communication is contrary to organizational policy and outside
> the
> scope of the employment of the individual concerned. The organization will
> not accept any liability in respect of such communication, and the
> employee
> responsible will be personally liable for any damages or other liability
> arising.*****
>
>  ****
>
> *Our organization accepts no liability for the
> content of this email, or for the consequences of any actions taken on the
> basis of the information *provided,* unless that information is
> subsequently confirmed in writing. If you are not the intended recipient,
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.*
>
>
>
> _-----------------------------------------------------------------------------------------_
>
>

Re: Request to add Supporting Project

Posted by Sean Busbey <bu...@apache.org>.
Hi Manu

You received a couple of responses back in October. Please make sure you're
subscribed to the list to see responses.

Your thread is also available via the ASF mailing list web interface:


https://s.apache.org/kq2me

On Fri, Nov 29, 2019, 11:57 Manu M. <ma...@flipkart.com.invalid>
wrote:

> Any updates on below?
>
> --
> Manu M.
> Architect
> - Planning & Accounting
> ETV-A-5-241
> Provide feedback to Manu
> <https://goo.gl/tKu9WM>
>
>
> On Fri, Oct 25, 2019 at 5:54 PM Manu M. <ma...@flipkart.com>
> wrote:
>
> > Dear HBase team,
> >
> > We at Flipkart are using a light-weight ORM wrapper on top of
> hbase-client:
> > https://github.com/flipkart-incubator/hbase-orm (open source, Apache 2.0
> > license)
> >
> > It helps Java applications interact with HBase in an object-oriented
> > manner (by encapsulating HBase's Get, Put, Delete, Append and other
> > classes).
> >
> > It's published on Maven Central:
> >
> >
> https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav
> >
> > Requesting you to add the above project here:
> > https://hbase.apache.org/supportingprojects.html
> >
> > We believe this will greatly help other software developers using Apache
> > HBase by expediting their software development.
> >
> > --
> > Manu M.
> > Software Architect
> > https://www.linkedin.com/in/manumanjunath/
> >
>
> --
>
>
>
>
> *-----------------------------------------------------------------------------------------*
>
>
> *This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received this email in error, please notify the
> system manager. This message contains confidential information and is
> intended only for the individual named. If you are not the named
> addressee,
> you should not disseminate, distribute or copy this email. Please notify
> the sender immediately by email if you have received this email by mistake
> and delete this email from your system. If you are not the intended
> recipient, you are notified that disclosing, copying, distributing or
> taking any action in reliance on the contents of this information is
> strictly prohibited.*****
>
>  ****
>
> *Any views or opinions presented in this
> email are solely those of the author and do not necessarily represent
> those
> of the organization. Any information on shares, debentures or similar
> instruments, recommended product pricing, valuations and the like are for
> information purposes only. It is not meant to be an instruction or
> recommendation, as the case may be, to buy or to sell securities,
> products,
> services nor an offer to buy or sell securities, products or services
> unless specifically stated to be so on behalf of the Flipkart group.
> Employees of the Flipkart group of companies are expressly required not to
> make defamatory statements and not to infringe or authorise any
> infringement of copyright or any other legal right by email
> communications.
> Any such communication is contrary to organizational policy and outside
> the
> scope of the employment of the individual concerned. The organization will
> not accept any liability in respect of such communication, and the
> employee
> responsible will be personally liable for any damages or other liability
> arising.*****
>
>  ****
>
> *Our organization accepts no liability for the
> content of this email, or for the consequences of any actions taken on the
> basis of the information *provided,* unless that information is
> subsequently confirmed in writing. If you are not the intended recipient,
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.*
>
>
>
> _-----------------------------------------------------------------------------------------_
>
>

Re: Request to add Supporting Project

Posted by "Manu M." <ma...@flipkart.com.INVALID>.
Any updates on below?

--
Manu M.
Architect
- Planning & Accounting
ETV-A-5-241
Provide feedback to Manu
<https://goo.gl/tKu9WM>


On Fri, Oct 25, 2019 at 5:54 PM Manu M. <ma...@flipkart.com> wrote:

> Dear HBase team,
>
> We at Flipkart are using a light-weight ORM wrapper on top of hbase-client:
> https://github.com/flipkart-incubator/hbase-orm (open source, Apache 2.0
> license)
>
> It helps Java applications interact with HBase in an object-oriented
> manner (by encapsulating HBase's Get, Put, Delete, Append and other
> classes).
>
> It's published on Maven Central:
>
> https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav
>
> Requesting you to add the above project here:
> https://hbase.apache.org/supportingprojects.html
>
> We believe this will greatly help other software developers using Apache
> HBase by expediting their software development.
>
> --
> Manu M.
> Software Architect
> https://www.linkedin.com/in/manumanjunath/
>

-- 



*-----------------------------------------------------------------------------------------*


*This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error, please notify the 
system manager. This message contains confidential information and is 
intended only for the individual named. If you are not the named addressee, 
you should not disseminate, distribute or copy this email. Please notify 
the sender immediately by email if you have received this email by mistake 
and delete this email from your system. If you are not the intended 
recipient, you are notified that disclosing, copying, distributing or 
taking any action in reliance on the contents of this information is 
strictly prohibited.*****

 ****

*Any views or opinions presented in this 
email are solely those of the author and do not necessarily represent those 
of the organization. Any information on shares, debentures or similar 
instruments, recommended product pricing, valuations and the like are for 
information purposes only. It is not meant to be an instruction or 
recommendation, as the case may be, to buy or to sell securities, products, 
services nor an offer to buy or sell securities, products or services 
unless specifically stated to be so on behalf of the Flipkart group. 
Employees of the Flipkart group of companies are expressly required not to 
make defamatory statements and not to infringe or authorise any 
infringement of copyright or any other legal right by email communications. 
Any such communication is contrary to organizational policy and outside the 
scope of the employment of the individual concerned. The organization will 
not accept any liability in respect of such communication, and the employee 
responsible will be personally liable for any damages or other liability 
arising.*****

 ****

*Our organization accepts no liability for the 
content of this email, or for the consequences of any actions taken on the 
basis of the information *provided,* unless that information is 
subsequently confirmed in writing. If you are not the intended recipient, 
you are notified that disclosing, copying, distributing or taking any 
action in reliance on the contents of this information is strictly 
prohibited.*


_-----------------------------------------------------------------------------------------_


Re: Request to add Supporting Project

Posted by Sean Busbey <bu...@apache.org>.
Unless the desire is to incorporate it directly into the project I would
say no.

On Tue, Oct 29, 2019, 12:06 Stack <st...@duboce.net> wrote:

> Is there some place better to put this project I wonder? Refguide or a link
> on hbase-connectors project?
> S
>
> On Sun, Oct 27, 2019 at 3:53 PM Manu M. <manu.manjunath@flipkart.com
> .invalid>
> wrote:
>
> > Dear HBase team,
> >
> > We at Flipkart are using a light-weight ORM wrapper on top of
> hbase-client:
> > https://github.com/flipkart-incubator/hbase-orm (open source, Apache 2.0
> > license)
> >
> > It helps Java applications interact with HBase in an object-oriented
> manner
> > (by encapsulating HBase's Get, Put, Delete, Append and other classes).
> >
> > It's published on Maven Central:
> >
> >
> https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav
> >
> > Requesting you to add the above project here:
> > https://hbase.apache.org/supportingprojects.html
> >
> > We believe this will greatly help other software developers using Apache
> > HBase by expediting their software development.
> >
> > --
> > Manu M.
> > Software Architect
> > https://www.linkedin.com/in/manumanjunath/
> >
> > --
> >
> >
> >
> >
> >
> *-----------------------------------------------------------------------------------------*
> >
> >
> > *This email and any files transmitted with it are confidential and
> > intended solely for the use of the individual or entity to whom they are
> > addressed. If you have received this email in error, please notify the
> > system manager. This message contains confidential information and is
> > intended only for the individual named. If you are not the named
> > addressee,
> > you should not disseminate, distribute or copy this email. Please notify
> > the sender immediately by email if you have received this email by
> mistake
> > and delete this email from your system. If you are not the intended
> > recipient, you are notified that disclosing, copying, distributing or
> > taking any action in reliance on the contents of this information is
> > strictly prohibited.*****
> >
> >  ****
> >
> > *Any views or opinions presented in this
> > email are solely those of the author and do not necessarily represent
> > those
> > of the organization. Any information on shares, debentures or similar
> > instruments, recommended product pricing, valuations and the like are for
> > information purposes only. It is not meant to be an instruction or
> > recommendation, as the case may be, to buy or to sell securities,
> > products,
> > services nor an offer to buy or sell securities, products or services
> > unless specifically stated to be so on behalf of the Flipkart group.
> > Employees of the Flipkart group of companies are expressly required not
> to
> > make defamatory statements and not to infringe or authorise any
> > infringement of copyright or any other legal right by email
> > communications.
> > Any such communication is contrary to organizational policy and outside
> > the
> > scope of the employment of the individual concerned. The organization
> will
> > not accept any liability in respect of such communication, and the
> > employee
> > responsible will be personally liable for any damages or other liability
> > arising.*****
> >
> >  ****
> >
> > *Our organization accepts no liability for the
> > content of this email, or for the consequences of any actions taken on
> the
> > basis of the information *provided,* unless that information is
> > subsequently confirmed in writing. If you are not the intended recipient,
> > you are notified that disclosing, copying, distributing or taking any
> > action in reliance on the contents of this information is strictly
> > prohibited.*
> >
> >
> >
> >
> _-----------------------------------------------------------------------------------------_
> >
> >
>

Re: Request to add Supporting Project

Posted by Stack <st...@duboce.net>.
Is there some place better to put this project I wonder? Refguide or a link
on hbase-connectors project?
S

On Sun, Oct 27, 2019 at 3:53 PM Manu M. <ma...@flipkart.com.invalid>
wrote:

> Dear HBase team,
>
> We at Flipkart are using a light-weight ORM wrapper on top of hbase-client:
> https://github.com/flipkart-incubator/hbase-orm (open source, Apache 2.0
> license)
>
> It helps Java applications interact with HBase in an object-oriented manner
> (by encapsulating HBase's Get, Put, Delete, Append and other classes).
>
> It's published on Maven Central:
>
> https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav
>
> Requesting you to add the above project here:
> https://hbase.apache.org/supportingprojects.html
>
> We believe this will greatly help other software developers using Apache
> HBase by expediting their software development.
>
> --
> Manu M.
> Software Architect
> https://www.linkedin.com/in/manumanjunath/
>
> --
>
>
>
>
> *-----------------------------------------------------------------------------------------*
>
>
> *This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received this email in error, please notify the
> system manager. This message contains confidential information and is
> intended only for the individual named. If you are not the named
> addressee,
> you should not disseminate, distribute or copy this email. Please notify
> the sender immediately by email if you have received this email by mistake
> and delete this email from your system. If you are not the intended
> recipient, you are notified that disclosing, copying, distributing or
> taking any action in reliance on the contents of this information is
> strictly prohibited.*****
>
>  ****
>
> *Any views or opinions presented in this
> email are solely those of the author and do not necessarily represent
> those
> of the organization. Any information on shares, debentures or similar
> instruments, recommended product pricing, valuations and the like are for
> information purposes only. It is not meant to be an instruction or
> recommendation, as the case may be, to buy or to sell securities,
> products,
> services nor an offer to buy or sell securities, products or services
> unless specifically stated to be so on behalf of the Flipkart group.
> Employees of the Flipkart group of companies are expressly required not to
> make defamatory statements and not to infringe or authorise any
> infringement of copyright or any other legal right by email
> communications.
> Any such communication is contrary to organizational policy and outside
> the
> scope of the employment of the individual concerned. The organization will
> not accept any liability in respect of such communication, and the
> employee
> responsible will be personally liable for any damages or other liability
> arising.*****
>
>  ****
>
> *Our organization accepts no liability for the
> content of this email, or for the consequences of any actions taken on the
> basis of the information *provided,* unless that information is
> subsequently confirmed in writing. If you are not the intended recipient,
> you are notified that disclosing, copying, distributing or taking any
> action in reliance on the contents of this information is strictly
> prohibited.*
>
>
>
> _-----------------------------------------------------------------------------------------_
>
>