[
https://issues.apache.org/jira/browse/GORA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055646#comment-16055646
]
ASF GitHub Bot commented on GORA-502:
-------------------------------------
GitHub user nishadi opened a pull request:
https://github.com/apache/gora/pull/111
[WIP] GORA-502 Implement Aerospike Data Store
This is a work in progress branch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nishadi/gora issue-502
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/111.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #111
----
commit e796c8c511463cefdb6da785baf9373d19795995
Author: nishadi <[email protected]>
Date: 2017-06-08T15:33:29Z
Add initial gora-aerospike module
commit 1ad1cc9c96d0e2a12612a9efa76503218a935316
Author: nishadi <[email protected]>
Date: 2017-06-17T16:56:05Z
Add mapping reading and initialization for aerospike module
commit 5608731163dc05b7f8d66ea4071d0a1af04911f2
Author: nishadi <[email protected]>
Date: 2017-06-17T16:56:45Z
Merge remote-tracking branch 'upstream/master' into issue-502
commit 8571ad90db93507118897e7fb51500ac4821c47c
Author: nishadi <[email protected]>
Date: 2017-06-18T08:40:27Z
Add put functionality for aerospike module
commit 3900a41d9a517025618f346b57bd0c5a1fbe89bd
Author: nishadi <[email protected]>
Date: 2017-06-18T08:44:34Z
Add support for aerospike in tutorial
commit b0c197744e40816bd5a1780684e9f31081949790
Author: nishadi <[email protected]>
Date: 2017-06-19T12:05:44Z
Update mapping reading to support mappings of field names to bin values in
aerospike module
commit 13f252e525e103155502953ebdad1006909747ba
Author: nishadi <[email protected]>
Date: 2017-06-19T12:07:02Z
Update aerospike mapping file to support field to bin value mapping
commit eae36f4752f0e22465df552b1c8da1cb5db347fb
Author: nishadi <[email protected]>
Date: 2017-06-19T16:25:15Z
Update put method to support field mapping in aerospike module
----
> 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
> Assignee: Nishadi Kirielle
> 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.4.14#64029)