nebula-up icon indicating copy to clipboard operation
nebula-up copied to clipboard

One-liner NebulaGraph playground with allllllllll-in-one toolchain integrated on single Linux Server

Results 16 nebula-up issues
Sort by recently updated
recently updated
newest added

when from ng_ai import NebulaReader from ng_ai.config import NebulaGraphConfig # read data with spark engine, scan mode # ensure the "demo_basketballplayer" was created in NebulaGraph studio config = NebulaGraphConfig(space="demo_basketballplayer") reader...

when df = spark.read.format( "com.vesoft.nebula.connector.NebulaDataSource").option( "type", "edge").option( "spaceName", "basketballplayer").option( "label", "follow").option( "returnCols", "degree").option( "metaAddress", "metad0:9559").option( "graphAddress", "graphd:9669").option( "ngql", "MATCH ()-[e:follow]->() return e LIMIT 1000").option( "partitionNumber", 1).load() Py4JJavaError Traceback (most recent...

hi, Singularity is new tool like docker and it don't need root, which is more friendly to researchers or HPC users. could you develop a singularity version nebula-up?

enhancement

When using docker desktop, I found that the originally installed Nebula-docker-compose will be overwritten, which leads to the mistaken belief that the original data has been cleared. In fact, it...

awaiting for official docker image

ref: https://www.siwei.io/nebula-exchange-sst-2.x

leveraging gitee mirror: https://gitee.com/mirrors_vesoft-inc/nebula-docker-compose

enhancement