[PROPOSAL] new repository for .NET driver

已查看 59 次
跳至第一个未读帖子

Jason Plurad

未读,
2018年7月28日 11:06:102018/7/28
收件人 JanusGraph developers
Florian Hockmann is ready to contribute a .NET driver for JanusGraph. The pull request is currently found  in the main janusgraph repo.

The driver extends the TinkerPop .NET driver with additional capability for JanusGraph types and predicates. In a previous dev list discussion thread, he and I discussed making a separate repository for this body of work. I propose the name janusgraph-dotnet for the repository.

Let's give it 72 hours for lazy consensus.

I'm +1 for this. Looking forward to getting better driver support as part of the broader project.

Debasish Kanhar

未读,
2018年7月29日 12:04:342018/7/29
收件人 JanusGraph developers
+1 from my side :-) Really like the idea here :-)

Misha Brukman

未读,
2018年7月31日 14:47:112018/7/31
收件人 Jason Plurad、JanusGraph developers
+1

Makes sense that client libraries should be in a separate repo than the server:
  • enables a separate release cadence
  • allows for a different set of maintainers, even in the same org
  • each client library will be written in a different language
Having said that, this means that we'll have to keep track of version compatibilities between client library versions + server versions. Hopefully, they will be mostly backwards-compatible until a major version change.

--
You received this message because you are subscribed to the Google Groups "JanusGraph developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-dev/91f5a3bc-a220-45ff-a466-57c198f43506%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Florian Hockmann

未读,
2018年8月5日 09:25:482018/8/5
收件人 JanusGraph developers
Looks like we have reached consensus here. I have already created a stand-alone version of the library in its own repo:


I can create a PR to transfer it to JanusGraph as soon as we have a repo ready to target the PR against.

Am Dienstag, 31. Juli 2018 20:47:11 UTC+2 schrieb Misha Brukman:
+1

Makes sense that client libraries should be in a separate repo than the server:
  • enables a separate release cadence
  • allows for a different set of maintainers, even in the same org
  • each client library will be written in a different language
Having said that, this means that we'll have to keep track of version compatibilities between client library versions + server versions. Hopefully, they will be mostly backwards-compatible until a major version change.
On Sat, Jul 28, 2018 at 11:06 AM, Jason Plurad <plu...@gmail.com> wrote:
Florian Hockmann is ready to contribute a .NET driver for JanusGraph. The pull request is currently found  in the main janusgraph repo.

The driver extends the TinkerPop .NET driver with additional capability for JanusGraph types and predicates. In a previous dev list discussion thread, he and I discussed making a separate repository for this body of work. I propose the name janusgraph-dotnet for the repository.

Let's give it 72 hours for lazy consensus.

I'm +1 for this. Looking forward to getting better driver support as part of the broader project.

--
You received this message because you are subscribed to the Google Groups "JanusGraph developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-de...@googlegroups.com.

Jason Plurad

未读,
2018年8月14日 18:45:272018/8/14
收件人 JanusGraph developers
Apologies for the delay, but I've created

* https://github.com/JanusGraph/janusgraph-dotnet
* https://github.com/JanusGraph/janusgraph-python

Committers and maintainers should have access to it.

Florian Hockmann

未读,
2018年8月15日 07:11:452018/8/15
收件人 JanusGraph developers
Looks like I don't have access to it. At least I can't see its settings or anything. Do I need to be member of the JanusGraph org for that?

Jason Plurad

未读,
2018年8月15日 09:40:122018/8/15
收件人 JanusGraph developers
You're right, we'll get you updated on that list.

Florian Hockmann

未读,
2018年8月15日 14:18:302018/8/15
收件人 JanusGraph developers
Thanks, I'm now member of the group and apparently have write access to all JanusGraph repos, except for the two new ones: janusgraph-dotnet and janusgraph-python. I get permission denied when I try to push something there and I also can't set an assignee in the New Issue dialogue which should be possible with write access (this works now for the other repos). Could you please check the permissions again for the two repos?

Jason Plurad

未读,
2018年8月16日 11:11:102018/8/16
收件人 JanusGraph developers
Doh, yet another GitHub setting update was required. Should be correct now.

Misha Brukman

未读,
2018年8月16日 11:48:552018/8/16
收件人 Jason Plurad、JanusGraph developers
I'll populate the new JanusGraph repos with boilerplate license + DCO + Authors/contributors files, and then please feel free to follow the PR approach to bring in the code (and update copyright, etc.).

Thanks!

To unsubscribe from this group and stop receiving emails from it, send an email to janusgraph-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/janusgraph-dev/ec1b50bd-a22f-4f73-81c7-8fe7206dff87%40googlegroups.com.

Misha Brukman

未读,
2018年8月16日 11:57:162018/8/16
收件人 Jason Plurad、Florian Hockmann、JanusGraph developers
Hi Florian,

Please feel free to open PRs on https://github.com/JanusGraph/janusgraph-dotnet and update the authors/contributors accordingly in addition to other files (readme).

I've also activated https://travis-ci.org/JanusGraph/janusgraph-dotnet so it should run Travis CI if you include .travis.yml file in your initial PR.

Thanks,
Misha

Florian Hockmann

未读,
2018年8月16日 15:11:272018/8/16
收件人 Misha Brukman、Jason Plurad、JanusGraph developers
Thanks Misha!

I just created the initial PR: https://github.com/JanusGraph/janusgraph-dotnet/pull/1

Debasish Kanhar

未读,
2018年9月2日 05:44:592018/9/2
收件人 JanusGraph developers
@Jason:

I created a initial PR#2 to merge my codebase into official JanusGraph-Python repo you created. While the PR was successful, I wasn't able to add any reviewers, you or Florian or Misha. I'll need your inputs regarding copyright statements, liscence texts and other legal/similar formalities as well as other comments.

Also, had a query regarding status of merging fix #1060 into 0.2 stream of branched for JanusGraph, and if needed, I can work on it as that is currently only merged into master and 0.3. The discussion here will need your comments too :-)

Thanks.
回复全部
回复作者
转发
0 个新帖子