托管Neo4j的浏览器分别从服务器 [英] Hosting Neo4J Browser Separately From Server

查看:303
本文介绍了托管Neo4j的浏览器分别从服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想有运行三个不同的Neo4j实例(每一个不同的数据库)。然后,我需要三种不同的Neo4j浏览器展示台(想想project1.domainname.com / project2.domainname.com / project3.domainname.com)与每一个映射到特定的数据库实例

I want to have three different Neo4J instances running (each with a different database). Then I need three different Neo4J browser visualizers (think project1.domainname.com / project2.domainname.com / project3.domainname.com) with each one mapping to a specific database instance

我已经成功地得到一个Azure的虚拟机上运行的三种不同的数据库实例 - 到目前为止好

I've managed to get the three different database instances running on a single Azure VM - so far so good.

但我不知道如何创建并映射这些浏览器。我想运行它们各自的Azure网站因为这将与我forseen一些其他的问题有所帮助。

But I'm not sure how to create and map those browsers. I'd like to run them each as Azure websites as that would help with some other problems I've forseen.

1),这哪里是浏览器的HTML等,所以我可以加载到Azure的网站?

1) Where is this browser HTML etc. so I can load it to the Azure Website?

2)凡在code将我指定的IP地址和端口时浏览器应该说话?

2) Where in that code would I specify the IP Address and Port that browser should be talking to?

我也听到一些人在谈论一个蓝色的为Neo4j的项目,但也就是近五年岁,Neo4j的家伙说,把虚拟机上的数据库实例。是他们的权利>

I've also heard some people talking about an Azure for Neo4J project but that is nearly five years old and the Neo4J guys said to put the database instances on VM's. Were they right>

推荐答案

该Neo4j的浏览器是一个应用的角度,你可以在 https://github.com/neo4j/neo4j/tree/2.3/community/browser

The Neo4j Browser is an angular app that you can find in the neo4j source code at https://github.com/neo4j/neo4j/tree/2.3/community/browser

您可以设置主机​​浏览器应用程序可以倾诉:

You can set the host that the browser app can talk to:

:配置主机:HTTP://主机:端口

这是一个未公开的特性,可能会被删除。

This is an undocumented feature and might be removed.

有关3.0的意图是去耦浏览器和Neo4j的反正。

For 3.0 the intent is to decouple browser and Neo4j anyway.

这篇关于托管Neo4j的浏览器分别从服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆