|
JanusGraph NiFi connector - exists?
4 messages
Hi Everyone, Looking at either using existing or creating a NiFi connector for Janusgraph. Don't want to recreate if one exists or there are activities to create... Would be great - as there is an out
Hi Everyone, Looking at either using existing or creating a NiFi connector for Janusgraph. Don't want to recreate if one exists or there are activities to create... Would be great - as there is an out
|
By
Gene Fojtik
·
|
|
Custom Analyzer for ElasticSearch
3 messages
Hello, JanusGraph enables users to utilize ElasticSearch as an additional indexing backend. Instructions on how to accomplish this is available here http://docs.janusgraph.org/latest/index-parameters.
Hello, JanusGraph enables users to utilize ElasticSearch as an additional indexing backend. Instructions on how to accomplish this is available here http://docs.janusgraph.org/latest/index-parameters.
|
By
kdrb...@...
·
|
|
FoundationDB storage adapter
2 messages
Hello, I was excited to hear last week that Apple had open sourced FoundationDB [1], a distributed ACID k/v store. I'm hopeful that it may fill a hole that Janus has in the distributed & ACID departme
Hello, I was excited to hear last week that Apple had open sourced FoundationDB [1], a distributed ACID k/v store. I'm hopeful that it may fill a hole that Janus has in the distributed & ACID departme
|
By
Ted Wilmes
·
|
|
JG+HBase question: ColumnFamily vs vertex, edge, property and label
Dear JG dev, I have a native/simple question but couldn't 'google' out its answer. I have JG+HBase setup. And once load the 'hbase,properties', I can see a HBase table called 'janusgraph' created whic
Dear JG dev, I have a native/simple question but couldn't 'google' out its answer. I have JG+HBase setup. And once load the 'hbase,properties', I can see a HBase table called 'janusgraph' created whic
|
By
Demai Ni
·
|
|
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:898
I have this spring cloud POM file: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="h
I have this spring cloud POM file: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="h
|
By
mkj....@...
·
|
|
How valid is this post from 2012 in today's time?
We were looking at a use case of using remote server mode of JanusGraph with Cassandra. While exploring various pros and cons we cam across this https://groups.google.com/forum/#!msg/gremlin-users/6GY
We were looking at a use case of using remote server mode of JanusGraph with Cassandra. While exploring various pros and cons we cam across this https://groups.google.com/forum/#!msg/gremlin-users/6GY
|
By
vaibhavv...@...
·
|
|
Make test more resilient
3 messages
Hi It would be cool to reduce the number test retries. Currently, basically each test needed to fail three times to be called broken. I would like to see removing these technique. I have some idea to
Hi It would be cool to reduce the number test retries. Currently, basically each test needed to fail three times to be called broken. I would like to see removing these technique. I have some idea to
|
By
faro...@...
·
|
|
Documentation is out of date
3 messages
Hi all, None of the documentation fixes are getting pushed to the website. So from an end user perspective, they didn't happen. I know because I just ran into a documentation issue that was fixed back
Hi all, None of the documentation fixes are getting pushed to the website. So from an end user perspective, they didn't happen. I know because I just ran into a documentation issue that was fixed back
|
By
Chris Hupman
·
|
|
merging commits from 0.2.0 with conflicts
2 messages
Hello, I just threw a doc fix to 0.2.0 and went to do a merge commit when I ran into conflicts, see below: Chriss-MacBook-Pro-2:janusgraph chupman$ git status On branch merge-monitoring-doc-fix You ha
Hello, I just threw a doc fix to 0.2.0 and went to do a merge commit when I ran into conflicts, see below: Chriss-MacBook-Pro-2:janusgraph chupman$ git status On branch merge-monitoring-doc-fix You ha
|
By
Chris Hupman
·
|
|
Janus graph - write throughput speedup question
Hello I'm currently working on a high throughput ingestion to Janusgraph ( backed by cassandra the ingestion is based on Vertices with 3-4 properties and edges connect them In case of event i need to
Hello I'm currently working on a high throughput ingestion to Janusgraph ( backed by cassandra the ingestion is based on Vertices with 3-4 properties and edges connect them In case of event i need to
|
By
Rami Mankevich
·
|
|
[DISCUSS] Vertex Centric Index with UUID
3 messages
In the docs it states that >The property keys used in a vertex-centric index must have an explicitly defined data type (i.e. not Object.class) which supports a native sort order. I'm curious as to exa
In the docs it states that >The property keys used in a vertex-centric index must have an explicitly defined data type (i.e. not Object.class) which supports a native sort order. I'm curious as to exa
|
By
Keith Lohnes
·
|
|
Janus Inmemory in JVM
2 messages
I was wondering if anybody had used the inmemory option in JVM? When I try to shutdown the JVM, the JanusGraph class does not call close() function but calls its shutdownhook. Any idea, why close is n
I was wondering if anybody had used the inmemory option in JVM? When I try to shutdown the JVM, the JanusGraph class does not call close() function but calls its shutdownhook. Any idea, why close is n
|
By
R
·
|
|
Posgres backend
2 messages
Hi I want to include postgres backend for Janus. Is anybody working on it? If no, could you guys point me in the right direction? Regards, R.
Hi I want to include postgres backend for Janus. Is anybody working on it? If no, could you guys point me in the right direction? Regards, R.
|
By
R
·
|
|
Documentation question: Section 10.6 Nested Transactions
2 messages
Hi - in section 10.6 it's not clear (to me - apologies if I'm being thick) why the nested transaction would fail. The example is: v1 = graph.addVertex() //Do many other things v2 = graph.addVertex() v
Hi - in section 10.6 it's not clear (to me - apologies if I'm being thick) why the nested transaction would fail. The example is: v1 = graph.addVertex() //Do many other things v2 = graph.addVertex() v
|
By
graham...@...
·
|
|
DistributedStoreManager sleepAfterWrite
2 messages
I've been going through the Janus source and noticed that the Hbase and Cassandra backends both call sleepAfterWrite after sending the write request to the underlying backend. What I can't seem to com
I've been going through the Janus source and noticed that the Hbase and Cassandra backends both call sleepAfterWrite after sending the write request to the underlying backend. What I can't seem to com
|
By
Melvin Ross
·
|
|
[DISCUSS] Requiring use of 2FA (two-factor auth) on GitHub
6 messages
TL;DR: I would like to propose requiring 2FA (two-factor auth) for all current and future members of the JanusGraph committers and maintainers groups on GitHub. Not having 2FA support is a security ri
TL;DR: I would like to propose requiring 2FA (two-factor auth) for all current and future members of the JanusGraph committers and maintainers groups on GitHub. Not having 2FA support is a security ri
|
By
Misha Brukman
·
|
|
gremlin-server.sh as a daemon enhancement/update?
2 messages
I was trying to find some best practices for running JanusGraph as a service or at least find some existing init scripts to reference when I came upon Tinkerpop Jira issue 980. Relevant code changes h
I was trying to find some best practices for running JanusGraph as a service or at least find some existing init scripts to reference when I came upon Tinkerpop Jira issue 980. Relevant code changes h
|
By
Chris Hupman
·
|
|
JanusGraph support for HBase v2?
I opened a ticket to track it. https://github.com/JanusGraph/janusgraph/issues/915 We can continue the discussion over there. Thanks for raising this. Jerry
I opened a ticket to track it. https://github.com/JanusGraph/janusgraph/issues/915 We can continue the discussion over there. Thanks for raising this. Jerry
|
By
Jerry He
·
|
|
JanusGraph support for HBase v2?
Hi, Sorry if this is well known - but do we have a plan to support HBase v2 - and if so do you know when that will be released? Best regards, Graham Graham Wallis IBM Analytics Emerging Technology Cen
Hi, Sorry if this is well known - but do we have a plan to support HBase v2 - and if so do you know when that will be released? Best regards, Graham Graham Wallis IBM Analytics Emerging Technology Cen
|
By
Graham Wallis
·
|
|
Postgres backend for Janus
2 messages
Have you looked at http://www.sqlg.org/ ? Robert Dale
Have you looked at http://www.sqlg.org/ ? Robert Dale
|
By
Robert Dale
·
|