[jira] [Commented] (RYA-144) New Secondary Index: Smart URI

2017-04-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15955101#comment-15955101
 ] 

ASF GitHub Bot commented on RYA-144:


Github user pujav65 commented on the issue:

https://github.com/apache/incubator-rya/pull/96
  
hey @kchilton2 can you close this pr?


> New Secondary Index: Smart URI
> --
>
> Key: RYA-144
> URL: https://issues.apache.org/jira/browse/RYA-144
> Project: Rya
>  Issue Type: New Feature
>Reporter: Kevin Chilton
>Assignee: Andrew Smith
>
> This is intended primarily for the Mongo implementation of Rya.
> A purpose of this is so that we can discover it though the SPARQL query 
> interface.
> Suppose you have a star entity named 'David':
> David is a person
> david has an SSN
> david has a birthday, 
> So a URI holding all of this information about David could look like this:
> HTTP://Person=david=111-11-=20160101
> This makes it so that instead of using 3 joins it is only a scan.
> --
> Current open pull request does not have SPARQL support.



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


[jira] [Commented] (RYA-144) New Secondary Index: Smart URI

2017-03-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15943554#comment-15943554
 ] 

ASF GitHub Bot commented on RYA-144:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-rya/pull/135


> New Secondary Index: Smart URI
> --
>
> Key: RYA-144
> URL: https://issues.apache.org/jira/browse/RYA-144
> Project: Rya
>  Issue Type: New Feature
>Reporter: Kevin Chilton
>Assignee: Andrew Smith
>
> This is intended primarily for the Mongo implementation of Rya.
> A purpose of this is so that we can discover it though the SPARQL query 
> interface.
> Suppose you have a star entity named 'David':
> David is a person
> david has an SSN
> david has a birthday, 
> So a URI holding all of this information about David could look like this:
> HTTP://Person=david=111-11-=20160101
> This makes it so that instead of using 3 joins it is only a scan.
> --
> Current open pull request does not have SPARQL support.



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


[jira] [Commented] (RYA-144) New Secondary Index: Smart URI

2016-12-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15788414#comment-15788414
 ] 

ASF GitHub Bot commented on RYA-144:


GitHub user isper3at opened a pull request:

https://github.com/apache/incubator-rya/pull/135

Rya 144

## Description
>What Changed?
-Finished kchilton2's mongo based entity secondary indexer
-updated to use meiercaleb's new query segment framework
-added optimizer for the entity indexer

### Tests
>Coverage?
Added integration tests for the indexer
Note: no assertions are performed

### Links
[Jira](https://issues.apache.org/jira/browse/RYA-144)

### Checklist
- [ ] Code Review
- [ ] Squash Commits

 People To Reivew
@meiercaleb 
@pujav65 


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/isper3at/incubator-rya RYA-144

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/135.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 #135


commit 2f71ae5ab8a519114a9fd3f9128f77b0374fc299
Author: Kevin Chilton 
Date:   2016-09-16T22:22:54Z

RYA-144 Mongo DB Entity index.

commit 198f4189fafaae3e23d1b1e5f0914bba217f5919
Author: isper3at 
Date:   2016-11-02T15:36:51Z

[WIP]RYA-144: Added optimizer

commit 381c25e1f74bd49ba336d181eb981fc8ebed6f94
Author: Caleb Meier 
Date:   2016-12-13T20:26:29Z

RYA-144-ExternalSetMatchingFramework

commit e485858e3544f4cd630b3eacb75f56848325e748
Author: isper3at 
Date:   2016-12-19T19:24:25Z

[WIP] repackage mvm -> org.apache

commit bd9b581f7511772c4a26ae4e222e1d2dea465716
Author: isper3at 
Date:   2016-12-30T20:43:00Z

Added tests for the entity optimizer and updated to use new segment 
framework




> New Secondary Index: Smart URI
> --
>
> Key: RYA-144
> URL: https://issues.apache.org/jira/browse/RYA-144
> Project: Rya
>  Issue Type: New Feature
>Reporter: Kevin Chilton
>Assignee: Andrew Smith
>
> This is intended primarily for the Mongo implementation of Rya.
> A purpose of this is so that we can discover it though the SPARQL query 
> interface.
> Suppose you have a star entity named 'David':
> David is a person
> david has an SSN
> david has a birthday, 
> So a URI holding all of this information about David could look like this:
> HTTP://Person=david=111-11-=20160101
> This makes it so that instead of using 3 joins it is only a scan.
> --
> Current open pull request does not have SPARQL support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (RYA-144) New Secondary Index: Smart URI

2016-09-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/RYA-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15497602#comment-15497602
 ] 

ASF GitHub Bot commented on RYA-144:


GitHub user kchilton2 opened a pull request:

https://github.com/apache/incubator-rya/pull/96

[WIP] RYA-144 Entity index.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kchilton2/incubator-rya RYA-144

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-rya/pull/96.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 #96


commit ffdb0569a9327020242c0a4decab86021e478a08
Author: Kevin Chilton 
Date:   2016-09-16T22:22:54Z

RYA-144 Entity index.




> New Secondary Index: Smart URI
> --
>
> Key: RYA-144
> URL: https://issues.apache.org/jira/browse/RYA-144
> Project: Rya
>  Issue Type: New Feature
>Reporter: Kevin Chilton
>Assignee: Kevin Chilton
>
> This is intended primarily for the Mongo implementation of Rya.
> A purpose of this is so that we can discover it though the SPARQL query 
> interface.
> Suppose you have a star entity named 'David':
> David is a person
> david has an SSN
> david has a birthday, 
> So a URI holding all of this information about David could look like this:
> HTTP://Person=david=111-11-=20160101
> This makes it so that instead of using 3 joins it is only a scan.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)