[jira] [Commented] (GORA-502) Implement Aerospike Datastore

2017-03-30 Thread Nishadi Kirielle (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950399#comment-15950399
 ] 

Nishadi Kirielle commented on GORA-502:
---

Hi [~lewismc],

My wiki user name is nishadi.k

Thank you

> Implement Aerospike Datastore
> -
>
> Key: GORA-502
> URL: https://issues.apache.org/jira/browse/GORA-502
> Project: Apache Gora
>  Issue Type: New Feature
>  Components: gora-aerospike, storage
>Affects Versions: 0.6.1
>Reporter: Cihad Guzel
>  Labels: gsoc2017
> Fix For: 0.8
>
>
> Aerospike is a NoSQL database solution for real-time operational 
> applications, delivering predictable performance at scale, superior uptime, 
> and high availability at the lowest TCO compared to first-generation NoSQL 
> and relational databases. It could be nice to support Aerospike as a 
> datastore at Gora. Aerospike uses Apache v2 license for Java client and uses 
> aGPL license for Aerospike Server Community Edition. 
> (http://www.aerospike.com/products/)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GORA-498) Adding MongoDB Authentications

2017-03-30 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949875#comment-15949875
 ] 

Lewis John McGibbney commented on GORA-498:
---

Hi [~Madhawa Gunasekara] the Website source code resides at 
https://svn.apache.org/repos/asf/gora/site/
I you could provide a patch and attach it to this issue then I will commit it 
to the Website via SVN.
Thank you

> Adding MongoDB Authentications
> --
>
> Key: GORA-498
> URL: https://issues.apache.org/jira/browse/GORA-498
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-mongodb
>Reporter: Madhawa Gunasekara
>Assignee: Madhawa Gunasekara
> Fix For: 0.7
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GORA-502) Implement Aerospike Datastore

2017-03-30 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949871#comment-15949871
 ] 

Lewis John McGibbney commented on GORA-502:
---

Great [~nishadi.k] !!!
What is your wiki username and I will grant you permissions to post your 
concept?

> Implement Aerospike Datastore
> -
>
> Key: GORA-502
> URL: https://issues.apache.org/jira/browse/GORA-502
> Project: Apache Gora
>  Issue Type: New Feature
>  Components: gora-aerospike, storage
>Affects Versions: 0.6.1
>Reporter: Cihad Guzel
>  Labels: gsoc2017
> Fix For: 0.8
>
>
> Aerospike is a NoSQL database solution for real-time operational 
> applications, delivering predictable performance at scale, superior uptime, 
> and high availability at the lowest TCO compared to first-generation NoSQL 
> and relational databases. It could be nice to support Aerospike as a 
> datastore at Gora. Aerospike uses Apache v2 license for Java client and uses 
> aGPL license for Aerospike Server Community Edition. 
> (http://www.aerospike.com/products/)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GORA-498) Adding MongoDB Authentications

2017-03-30 Thread Madhawa Gunasekara (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949803#comment-15949803
 ] 

Madhawa Gunasekara commented on GORA-498:
-

[~lewismc] How can I modify this 
http://gora.apache.org/current/gora-mongodb.html web page. We should mention 
this new "gora.mongodb.authentication.type" property on this page.

Thanks,
Madhawa

> Adding MongoDB Authentications
> --
>
> Key: GORA-498
> URL: https://issues.apache.org/jira/browse/GORA-498
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-mongodb
>Reporter: Madhawa Gunasekara
>Assignee: Madhawa Gunasekara
> Fix For: 0.7
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GORA-502) Implement Aerospike Datastore

2017-03-30 Thread Nishadi Kirielle (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949656#comment-15949656
 ] 

Nishadi Kirielle commented on GORA-502:
---

Hi, 
[~kamaci] and [~lewismc], I have implemented an initial basic prototype for the 
project [1] and
tested for its functionality with the log manager example's parsing
functionality. The prototype has the ability to connect with the Aerospike
server, execute the put method [2] and add records to the Aerospike
database. The database names and table names are hard coded as per the
moment as the support for the mapping file is not yet implemented. In
addition I have drafted the initial project proposal in the following
google doc [3] as I was unable to edit the provided wiki page.

I am grateful, if you can provide me with feedback on the proposal and the
prototype.

[1].
https://github.com/nishadi/gora/blob/gora-aerospike/gora-aerospike/src/main/java/org/apache/gora/aerospike/store/AerospikeStore.java
[2].
https://github.com/nishadi/gora/blob/gora-aerospike/gora-aerospike/src/main/java/org/apache/gora/aerospike/store/AerospikeStore.java#L94
[3].
https://docs.google.com/document/d/1FLRlG8h5M3GA4Wn1tsbWXkYSE0navl_WEmp-KDEKtfU/edit?usp=sharing

> Implement Aerospike Datastore
> -
>
> Key: GORA-502
> URL: https://issues.apache.org/jira/browse/GORA-502
> Project: Apache Gora
>  Issue Type: New Feature
>  Components: gora-aerospike, storage
>Affects Versions: 0.6.1
>Reporter: Cihad Guzel
>  Labels: gsoc2017
> Fix For: 0.8
>
>
> Aerospike is a NoSQL database solution for real-time operational 
> applications, delivering predictable performance at scale, superior uptime, 
> and high availability at the lowest TCO compared to first-generation NoSQL 
> and relational databases. It could be nice to support Aerospike as a 
> datastore at Gora. Aerospike uses Apache v2 license for Java client and uses 
> aGPL license for Aerospike Server Community Edition. 
> (http://www.aerospike.com/products/)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (GORA-497) Migrate CassandraThrift to CQL

2017-03-30 Thread lewis john mcgibbney (JIRA)

 [ 
https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

lewis john mcgibbney updated GORA-497:
--

What's your wiki username?

On Thu, Mar 30, 2017 at 8:08 AM Madhawa Gunasekara (JIRA) 

-- 
http://home.apache.org/~lewismc/
@hectorMcSpector
http://www.linkedin.com/in/lmcgibbney


> Migrate CassandraThrift to CQL 
> ---
>
> Key: GORA-497
> URL: https://issues.apache.org/jira/browse/GORA-497
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-cassandra
>Reporter: Madhawa Gunasekara
>Assignee: Madhawa Gunasekara
>  Labels: gsoc2017
> Fix For: 0.8
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (GORA-497) Migrate CassandraThrift to CQL

2017-03-30 Thread Madhawa Gunasekara (JIRA)

[ 
https://issues.apache.org/jira/browse/GORA-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15949248#comment-15949248
 ] 

Madhawa Gunasekara commented on GORA-497:
-

[~lewismc] Can you grant wiki access for me to attach my proposal?

Thanks,

> Migrate CassandraThrift to CQL 
> ---
>
> Key: GORA-497
> URL: https://issues.apache.org/jira/browse/GORA-497
> Project: Apache Gora
>  Issue Type: Improvement
>  Components: gora-cassandra
>Reporter: Madhawa Gunasekara
>Assignee: Madhawa Gunasekara
>  Labels: gsoc2017
> Fix For: 0.8
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)