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

Nebula Graph Importer with Go

Results 50 nebula-importer issues
Sort by recently updated
recently updated
newest added

just a test for batch update

**Is your feature request related to a problem? Please describe.** 1) Importer 导入速度比较慢,用户无法提前预知 导入需要花费的时间; 2) Importer 执行过程中因为磁盘剩余空间不足,异常退出; 3) Importer 目前不支持断点续传。 **Describe the solution you'd like** 1. Import 执行过程的输出 建议增加 更有意义的性能指标,...

type/feature req

In the production environment, the configuration file cannot contain plaintext passwords. The password needs to be encrypted. We need to use an encryption algorithm 'PBEWithHmacSHA256AndAES_256'.

type/enhancement
HACKTOBERFEST

maybe with https://github.com/apache/incubator-opendal (Go binding not yet ready though)

type/enhancement
HACKTOBERFEST

Can we support parquet files as source? Maybe we can base on this mod https://github.com/xitongsys/parquet-go or https://github.com/parquet-go/parquet-go

HACKTOBERFEST

as titled, on docs and readme. - importer api v2( importer version 2.x & 3.x) - importer api v3( importer version 4.x)

doc affected
type/enhancement
HACKTOBERFEST

**Is your feature request related to a problem? Please describe.** Right now, only "index" is supported in props definition to map a prop value to a column of csv. Sometimes,...

type/feature req
HACKTOBERFEST

Recently I wanted to transfer my CSV files into ngql DML lines, so I quickly changed as follows to do so. I wonder if someone else has such a requirement,...

type/feature req

Data file names often change during use. We need quick configuration the new data file path, don't modify the configuration file again,. Wishing to provide external parameters can be configured....

type/enhancement

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies