Re: I can't figure out how to write a graph provider wrapper

2017-10-07 Thread Jeffrey Freeman
s().addStrategies(strategy) > > g.E() > > Here, SubgraphStrategy is hiding all edges except for "knows". > > > > On Sat, Oct 7, 2017 at 9:54 PM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > My cuurent attempt tried to do exactly that, bu

Re: I can't figure out how to write a graph provider wrapper

2017-10-07 Thread Jeffrey Freeman
> g.E() > > A minimal graph wrapper would just override Graph.traversal() to add the > strategy. > > Josh > > > > On Sat, Oct 7, 2017 at 9:28 PM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > Thanks, may be useful for others who come along. Thoug

Re: I can't figure out how to write a graph provider wrapper

2017-10-07 Thread Jeffrey Freeman
ably make sure you understand traversal strategies, as well; > what you are describing could probably be implemented that way, and might > be simpler as a result. > > Btw. combining graph event processing via Apache Storm with an on-demand > graph database (Neo4j, JanusGraph)

I can't figure out how to write a graph provider wrapper

2017-10-07 Thread Jeffrey Freeman
The past 24 hours ive been trying to write a simple pass-through graph provider. Basically a Graph type that takes any other Graph type as an argument in a constructor and passes all calls through to the graph. I want to make the framework so someone can then simply override one or two methods to

Re: Im starting a new project, but tinkerpop3 seems incapable, considering forking tinkerpop2

2017-10-04 Thread Jeffrey Freeman
be I can put up > the code tonight or tomorrow morning. > > On Wed, Oct 4, 2017 at 10:44 AM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > I'd love to see that if its available somewhere. > > > > On Wed, Oct 4, 2017 at 12:56 PM, Joshua Shinav

Re: Im starting a new project, but tinkerpop3 seems incapable, considering forking tinkerpop2

2017-10-04 Thread Jeffrey Freeman
gt; can be done in a few lines of code. > > > On Wed, Oct 4, 2017 at 9:51 AM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > Thanks, ill try to take a stab at this and write a hello world i can use > as > > a template. If i do such a hello world wou

Re: Im starting a new project, but tinkerpop3 seems incapable, considering forking tinkerpop2

2017-10-04 Thread Jeffrey Freeman
che/tinkerpop/tree/master/ > tinkergraph-gremlin <https://github.com/apache/tinkerpop/tree/master/ > tinkergraph-gremlin> > https://github.com/apache/tinkerpop/tree/master/neo4j-gremlin < > https://github.com/apache/tinkerpop/tree/master/neo4j-gremlin> > >

Re: Im starting a new project, but tinkerpop3 seems incapable, considering forking tinkerpop2

2017-10-04 Thread Jeffrey Freeman
features I would like to help to bring back, as well. > > Josh > > > > On Tue, Oct 3, 2017 at 5:49 PM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > Hi, Some of you may already know me as the author of Ferma. This thread > is > > unre

Im starting a new project, but tinkerpop3 seems incapable, considering forking tinkerpop2

2017-10-03 Thread Jeffrey Freeman
Hi, Some of you may already know me as the author of Ferma. This thread is unrelated to that project, it will continue to support TP2 and TP3 as is. So here's the thing, I sued to use TP2 a lot as part of some frameworks I was working on building (evolutionary algorithms, big data processing,

Re: [DISCUSS] Add Ferma to "Community Contributions" Listing

2017-10-03 Thread Jeffrey Freeman
s, but I assume it will show up there soon enough. > > On Tue, Oct 3, 2017 at 8:30 AM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > So its been 72 hours since this was posted. Good it add it now? > > > > On Mon, Oct 2, 2017 at 6:24 AM

Re: [DISCUSS] Add Ferma to "Community Contributions" Listing

2017-10-03 Thread Jeffrey Freeman
So its been 72 hours since this was posted. Good it add it now? On Mon, Oct 2, 2017 at 6:24 AM, Stephen Mallette <spmalle...@gmail.com> wrote: > Looks fine to me. > > On Sun, Oct 1, 2017 at 12:40 PM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > &

Re: [DISCUSS] Add Ferma to "Community Contributions" Listing

2017-10-01 Thread Jeffrey Freeman
OK so I changed the reference in the README and the docs as you requested. Please let me know if that is sufficient or if you need me to change it everywhere the word tinkerpop is used (including phrases like "Tinkerpop3" On Sun, Oct 1, 2017 at 12:33 PM, Jeffrey Freeman <

Re: [DISCUSS] Add Ferma to "Community Contributions" Listing

2017-10-01 Thread Jeffrey Freeman
One question. In some places i reference the specific version as "Tinkerpop3" can those references remain as-is, if they are to be reworded whats the proper format for those? On Sun, Oct 1, 2017 at 12:32 PM, Jeffrey Freeman < jeffrey.free...@syncleus.com> wrote: > Happy to

Re: [DISCUSS] Add Ferma to "Community Contributions" Listing

2017-10-01 Thread Jeffrey Freeman
to see if anyone else has comments - assuming no > objections we can get Ferma into the listing after that. Thanks for your > continued contribution in this area. > > On Sun, Oct 1, 2017 at 11:11 AM, Jeffrey Freeman < > jeffrey.free...@syncleus.com> wrote: > > > Ferma sh

Re: Why isnt the popular OGM Ferma listed in "Community Contributions"

2017-10-01 Thread Jeffrey Freeman
Done, sorry again for any offense. On Sun, Oct 1, 2017 at 11:12 AM, Stephen Mallette <spmalle...@gmail.com> wrote: > Thanks, Jeffrey - I'd like a new thread so that we have a clean slate of > discussion on the topic (if any). > > > > On Sun, Oct 1, 2017 at 1

[jira] [Updated] (TINKERPOP-1794) Popular OGM Ferma should be listed in "Community Contributions"

2017-10-01 Thread Jeffrey Freeman (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Freeman updated TINKERPOP-1794: --- Description: Ferma should be listed in the "Community Contributions&quo

[DISCUSS] Add Ferma to "Community Contributions" Listing

2017-10-01 Thread Jeffrey Freeman
Ferma should be listed in the "Community Contributions" section of the main tinkerpop3 apache site ( http://tinkerpop.apache.org ) Their project/github link: https://github.com/Syncleus/Ferma Their website and documentation: http://syncleus.com/Ferma They meet all requirements in the policy

[jira] [Updated] (TINKERPOP-1794) Popular OGM Ferma should be listed in "Community Contributions"

2017-10-01 Thread Jeffrey Freeman (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Freeman updated TINKERPOP-1794: --- Description: I was looking at the "Community Contributions" sectio

Re: Why isnt the popular OGM Ferma listed in "Community Contributions"

2017-10-01 Thread Jeffrey Freeman
However I'd like to say if anyone does feel belittled I apologize, that wasnt the intention. On Sun, Oct 1, 2017 at 10:43 AM, Jeffrey Freeman < jeffrey.free...@syncleus.com> wrote: > I've read the link you provided, Ferma appears to meet all the > requirements. The home

Re: Why isnt the popular OGM Ferma listed in "Community Contributions"

2017-10-01 Thread Jeffrey Freeman
I've read the link you provided, Ferma appears to meet all the requirements. The homepage as well as documentation can be found here: http://syncleus.com/Ferma Would this email serve as the request or would you like me to start a new thread? On Sun, Oct 1, 2017 at 10:31 AM, Jeffrey Freeman

Re: Why isnt the popular OGM Ferma listed in "Community Contributions"

2017-10-01 Thread Jeffrey Freeman
ed a request and if we did, the problem was quickly rectified by the project owner and the project got the listing addition. Please make sure Ferma complies with the listing policy and start a fresh dev list thread for discussion. On Sun, Oct 1, 2017 at 12:03 AM, Jeffrey Freeman < jeffrey.free

[jira] [Created] (TINKERPOP-1794) Popular OGM Ferma should be listed in "Community Contributions"

2017-09-30 Thread Jeffrey Freeman (JIRA)
Jeffrey Freeman created TINKERPOP-1794: -- Summary: Popular OGM Ferma should be listed in "Community Contributions" Key: TINKERPOP-1794 URL: https://issues.apache.org/jira/browse/TINK

Why isnt the popular OGM Ferma listed in "Community Contributions"

2017-09-30 Thread Jeffrey Freeman
I was looking at the "Community Contributions" section of http://tinkerpop.apache.org I noticed of all the OGM (Object Graph Model) Libraries listed all the ones there are less mature, less active, and have less users than the more popular Ferma library ( https://github.com/Syncleus/Ferma ). Why

Re: Open graph effort at the Linux Foundation

2016-12-13 Thread Jeffrey Freeman
I am the founder and developer of Ferma, a tinkerpop2 and tinkerpop3 ORM / OGM. I beleive it is still the fastest and most popular one out there but havent checked in a few months. https://github.com/Syncleus/Ferma With that said if there is any way I can get involved or help out I would be happy