Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate nebula algorithm from nebula-spark-utils #1

Merged
merged 381 commits into from
Oct 14, 2021
Merged

Separate nebula algorithm from nebula-spark-utils #1

merged 381 commits into from
Oct 14, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 15, 2021

  1. use exchange

    cooper-lzy committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    8b24bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bef91a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. use exchange

    cooper-lzy committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    696b13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2998a9 View commit details
    Browse the repository at this point in the history
  3. use exchange

    cooper-lzy committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    dd375e2 View commit details
    Browse the repository at this point in the history
  4. use exchange

    cooper-lzy committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ff14fe5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Merge pull request #47 from cooper-lzy/use-exchange

    use exchange
    randomJoe211 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    9fd43d8 View commit details
    Browse the repository at this point in the history
  2. Update README-CN.md

    whitewum committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b9db5eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from vesoft-inc/whitewum-patch-1

    Update README-CN.md
    randomJoe211 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    bf0bc14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d8bd16 View commit details
    Browse the repository at this point in the history
  5. align datasource configs

    Nicole00 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    8f7d6a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bacdc70 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #48 from Nicole00/conf

    update nebula port & add more desc for parameters
    Nicole00 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b0b6911 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76952b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    848f1c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f6858d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #50 from Nicole00/partitionId

    fix get partitionId for unsignedLong
    laura-ding committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d3f9be7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. parquet orc mysql hbase

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9ebc32f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f7899 View commit details
    Browse the repository at this point in the history
  3. parquet orc mysql hbase

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    fe7e479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb9aae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    887d086 View commit details
    Browse the repository at this point in the history
  6. parquet orc mysql hbase

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5b0c807 View commit details
    Browse the repository at this point in the history
  7. pulsar

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    88cc5d0 View commit details
    Browse the repository at this point in the history
  8. parquet orc mysql hbase

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    b58d899 View commit details
    Browse the repository at this point in the history
  9. parquet orc mysql hbase

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5e6d646 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #52 from cooper-lzy/parquet

    parquet orc mysql hbase
    whitewum committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    a69b147 View commit details
    Browse the repository at this point in the history
  11. fixed format

    cooper-lzy committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    b8b7e8c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #54 from cooper-lzy/fixed-format

    fixed format
    randomJoe211 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    ef4c914 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. merge 2.0 documents

    cooper-lzy committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1ef51cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b66ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from cooper-lzy/merge-documents

    Merge documents
    randomJoe211 committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5fe3171 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. fix rocksdb file close

    Nicole00 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f3fbdab View commit details
    Browse the repository at this point in the history
  2. add log for sst

    Nicole00 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    09af0a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f37319a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #63 from Nicole00/fix_rocksdb

    fix rocksdb file close
    Nicole00 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1c116a5 View commit details
    Browse the repository at this point in the history
  5. fix neo4j data type

    Nicole00 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f458c4f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56ada55 View commit details
    Browse the repository at this point in the history
  7. open user&passwd parameter

    Nicole00 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    49ddfbf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    82c901d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from Nicole00/empty_string

    differentiate empty string and null string for csv
    Nicole00 committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    252b08e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    344efe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    487f072 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Merge pull request #66 from Nicole00/readme

    update link for config template
    cooper-lzy committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    44c26f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Configuration menu
    Copy the full SHA
    f17c9d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from Nicole00/connector

    Setting user and password parameter
    darionyaphet committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    feb01c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66cdeb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62 from Nicole00/neo4j

    fix neo4j's data type
    darionyaphet committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    cd2bcb6 View commit details
    Browse the repository at this point in the history
  5. add nebula-algorithm module

    Nicole00 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    47a746b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    b8eaafc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from vesoft-inc/cooper-lzy-patch-1-1

    Update ex-ug-import-from-mysql.md
    randomJoe211 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    4877c02 View commit details
    Browse the repository at this point in the history
  3. update metad port

    Nicole00 committed May 6, 2021
    Configuration menu
    Copy the full SHA
    bf771f8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    bf762e6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. add ut for exchange

    Nicole00 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    3f214ac View commit details
    Browse the repository at this point in the history
  2. add workflow

    Nicole00 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    9042b07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7566f65 View commit details
    Browse the repository at this point in the history
  4. clean duplicate method

    Nicole00 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    c69ef21 View commit details
    Browse the repository at this point in the history
  5. update copyright

    Nicole00 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    be1c14a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31c332c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #53 from Nicole00/exchangeUT

    Exchange UT
    Nicole00 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    bf0506f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3448dd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21b9ea4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #71 from Nicole00/spark-con

    escape for label and property name
    darionyaphet committed May 8, 2021
    Configuration menu
    Copy the full SHA
    199e7d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d501e57 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef1d3b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5986acf View commit details
    Browse the repository at this point in the history
  14. Merge pull request #70 from Nicole00/empty_vid

    support empty vid for string vid_type
    darionyaphet committed May 8, 2021
    Configuration menu
    Copy the full SHA
    9c2267a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e07fb0a View commit details
    Browse the repository at this point in the history
  16. Merge pull request #68 from Nicole00/algo

    add nebula-algorithm module
    darionyaphet committed May 8, 2021
    Configuration menu
    Copy the full SHA
    6be142e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. add deploy plugins

    Nicole00 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    870a64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc291fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from Nicole00/plugin

    add deploy plugins
    jievince committed May 10, 2021
    Configuration menu
    Copy the full SHA
    c82264a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    78ab715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0738ed3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Merge pull request #76 from Nicole00/example_port

    modify port to nebula default port
    jievince committed May 17, 2021
    Configuration menu
    Copy the full SHA
    c39dd01 View commit details
    Browse the repository at this point in the history
  2. Update application.conf

    cooper-lzy committed May 17, 2021
    Configuration menu
    Copy the full SHA
    42d8317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0e9d4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe9f4de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9f2b20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #83 from Nicole00/example_conf

    update description for algorithm configuration
    cooper-lzy committed May 17, 2021
    Configuration menu
    Copy the full SHA
    ee23097 View commit details
    Browse the repository at this point in the history
  7. doc: Algorithm README in en

    wey-gu committed May 17, 2021
    Configuration menu
    Copy the full SHA
    3b8a0a2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Added parts from Anqi

    Co-authored-by: Anqi <16240361+Nicole00@users.noreply.github.com>
    wey-gu and Nicole00 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    038a3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f1ebbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from vesoft-inc/cooper-lzy-patch-3

    Delete nebula-exchange/doc-2.0 directory
    Nicole00 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    529b4aa View commit details
    Browse the repository at this point in the history
  4. Addressed Joe's comments

    wey-gu committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2b10a1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7ed15b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34dc606 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #82 from vesoft-inc/cooper-lzy-patch-2

    Update application.conf
    whitewum committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1843705 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d69425 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7879c9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    deafb65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0206939 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #84 from wey-gu/master

    doc: Algorithm README in en
    Nicole00 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    cfc15bd View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. add version matching info

    Nicole00 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    432c196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f1f51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bece67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a922e4 View commit details
    Browse the repository at this point in the history
  5. modify latest version name

    Nicole00 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    20c37d8 View commit details
    Browse the repository at this point in the history
  6. update link

    Nicole00 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    909d69f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Configuration menu
    Copy the full SHA
    0beeeb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32036d8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from Nicole00/algorithm

    modify default algo column name
    jievince committed May 25, 2021
    Configuration menu
    Copy the full SHA
    b01d763 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    f14eecf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from Nicole00/sync_client

    Sync latest client
    laura-ding committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2a21efd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a42d7a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #79 from Nicole00/timeout

    add timeout config for client
    laura-ding committed May 26, 2021
    Configuration menu
    Copy the full SHA
    d440a74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f25754 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    0105fb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0481f6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b2b9a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Merge pull request #93 from Nicole00/ci

    download neo4j dependency before package
    laura-ding committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7ae60e0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    fa6a4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c7edb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from Nicole00/readme

    add submit command for yarn-cluster
    Nicole00 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f235882 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. fix null rank field config

    Nicole00 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    5d509e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9027247 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Merge pull request #95 from Nicole00/fix_null_rankField

    fix null rank field config
    jievince committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    052daf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    ae56c74 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    c415949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f643e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. [bugfix] MySQLReader executor sentence sql

    (cherry picked from commit 1ab711ea62cbbb29dd841553059ae4344bbe3b8e)
    Codelone committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a3aa765 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge pull request #98 from Codelone/master-dev

    use MySQLReader  executor sentence sql
    Nicole00 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    14c9d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bac6713 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    1a3b254 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. add license files

    Nicole00 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4621ec2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from Nicole00/license

    add license files
    Nicole00 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    8fb5469 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    64f0374 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from Nicole00/exchange-ut

    add more test case  for computing partition id
    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    aa04de0 View commit details
    Browse the repository at this point in the history
  3. update repo url

    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0a2405f View commit details
    Browse the repository at this point in the history
  4. add test file name config

    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    8c68ff7 View commit details
    Browse the repository at this point in the history
  5. fix test

    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    87b219d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #102 from Nicole00/repo

    modify test config plugin & update dependent repo url
    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    907d093 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4eae137 View commit details
    Browse the repository at this point in the history
  8. add maxCompute datasource

    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    d4f7563 View commit details
    Browse the repository at this point in the history
  9. add maxCompute datasource

    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    35e2b67 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    013e104 View commit details
    Browse the repository at this point in the history
  11. clean dependency

    Nicole00 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    6e0d467 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f10a55 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fad3fd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    69ae829 View commit details
    Browse the repository at this point in the history
  2. update vertex example data

    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    4172050 View commit details
    Browse the repository at this point in the history
  3. add example for update mode

    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2bd0858 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a970945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1ae08c View commit details
    Browse the repository at this point in the history
  6. update ut

    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    07f3bea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02ddc85 View commit details
    Browse the repository at this point in the history
  8. remove ; for template

    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    511ce43 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #92 from Nicole00/connector-update

    add update mode for spark writer
    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ffb8b9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8e09b9 View commit details
    Browse the repository at this point in the history
  11. add more comment

    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b088ec3 View commit details
    Browse the repository at this point in the history
  12. optimize reload

    Nicole00 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1af6bde View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    42766a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. remove the clear operation

    Nicole00 committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    5be083b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Configuration menu
    Copy the full SHA
    ac867d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e2b65c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #100 from Nicole00/datasource_maxCompute

    Support  maxCompute datasource
    Nicole00 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    fe314b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c35a228 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. add clickhouse config

    Nicole00 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    e360436 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa95352 View commit details
    Browse the repository at this point in the history
  3. add clickhouse datasource

    Nicole00 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ea75c20 View commit details
    Browse the repository at this point in the history
  4. fix wrong address log

    Nicole00 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2e6d1c3 View commit details
    Browse the repository at this point in the history
  5. unify password key

    Nicole00 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    e60fef2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0f67b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #106 from Nicole00/datasource_clickhouse

    support clickhouse datasource
    Nicole00 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    3a0efe8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    29f9220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5162d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    408f72b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. split multi test

    Nicole00 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    1734009 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #108 from Nicole00/add_test

    add more check for config file & add test
    Nicole00 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    c4c70d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a287d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c701544 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #107 from Nicole00/fix_log

    fix wrong address log
    Nicole00 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    64c4f70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e789f7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #104 from Nicole00/add_switch_space_for_reload

    add switch space for reload
    Nicole00 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    b5f60c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. remove useless repository

    Nicole00 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e57e443 View commit details
    Browse the repository at this point in the history
  2. add pulsar dependency

    Nicole00 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    a33b208 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. add / for directory

    Nicole00 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    3abe0fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a183ef0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #109 from Nicole00/delete_dl_repo

    remove useless repository
    Nicole00 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    eba879d View commit details
    Browse the repository at this point in the history
  4. format example

    Nicole00 committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    25cf0bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    994dd78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    947fd09 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Merge pull request #113 from Nicole00/improve

    add close for writer
    HarrisChu committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    66a5027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7e7d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #117 from Nicole00/master_report_summary

    add summary report for import
    HarrisChu committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    30a084f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8d9e9b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. update readme

    Nicole00 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    484194f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from zhongqishang/fix_package

    fix package & add plugin `maven-scala-plugin`
    Nicole00 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    01a4f04 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. fix double format

    Nicole00 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    1ede595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a709cb4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from Nicole00/master

    fix double format
    Nicole00 committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    f0e7522 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. fix numeric check

    Nicole00 committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    882c787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db7dde View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. add cache for dataframe

    Nicole00 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    764cf8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab07f6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #126 from Nicole00/readme

    add cache for dataframe
    Nicole00 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    560d31f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2951739 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #124 from Nicole00/fix_numeric

    fix numeric check
    Nicole00 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    52dabcf View commit details
    Browse the repository at this point in the history
  6. modify snapshot version

    Nicole00 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    d260797 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. update SNAPSHOT version

    Nicole00 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    61afff1 View commit details
    Browse the repository at this point in the history
  2. use latest version

    Nicole00 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    62f8685 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Merge pull request #128 from Nicole00/pom

    update SNAPSHOT version
    HarrisChu committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    a6ec4e6 View commit details
    Browse the repository at this point in the history
  2. fix hash policy for vertexId

    Nicole00 committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    604ddcb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    ce3bdc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #129 from Nicole00/fix_hash

    fix hash policy for vertexId
    HarrisChu committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    766e14a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    033f8b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from Nicole00/sjs_poc

    add GraphTriangleCount algorithm
    HarrisChu committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d73f6db View commit details
    Browse the repository at this point in the history
  5. add example for DELETE mode

    Nicole00 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    2873780 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9067182 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    17c0028 View commit details
    Browse the repository at this point in the history
  2. update example

    Nicole00 committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4b3a814 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    65bea54 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    059a55a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from Nicole00/algo_readme

    add desc for GraphTriangleCount
    jievince committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    89d5ec9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    95107e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #133 from Nicole00/connector_delete

    support DELETE mode for connector
    Nicole00 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f385515 View commit details
    Browse the repository at this point in the history
  3. fix conflict

    Nicole00 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e1b3b01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #134 from Nicole00/update_policy

    support hash id for update mode & add  test
    Nicole00 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e995430 View commit details
    Browse the repository at this point in the history
  5. add escape for edgeType

    Nicole00 committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3598cae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e68a08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9a9ab0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Merge pull request #137 from Nicole00/connector_delete

    add escape for edgeType
    HarrisChu committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    bb57010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e5849 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #138 from Nicole00/fix_data_cache

    fix cache bug for streaming data
    Nicole00 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    cdb002e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4972cac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #135 from Nicole00/data_type

    update DateTime and Time's str interface
    Nicole00 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    6240f9c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    4874b35 View commit details
    Browse the repository at this point in the history
  2. Update readme

    yixinglu committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    12dc681 View commit details
    Browse the repository at this point in the history
  3. Trigger CLA checks

    yixinglu committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    a41e1a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #143 from vesoft-inc/yixinglu-patch-1

    Replace v2-nightly tag with nightly for docker image
    Nicole00 committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    82c3d2c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    944dee0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Merge pull request #146 from Codelone/liyanl-dev

    fix error " FileSystem closed" , disable hdfs cache
    Nicole00 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f7ca581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a1b8e View commit details
    Browse the repository at this point in the history
  3. fix test for config

    Nicole00 committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    d607eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    4153d3c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge pull request #147 from Nicole00/hdfs

    remove the close for hdfs system
    Nicole00 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9f414be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb0cda View commit details
    Browse the repository at this point in the history
  3. add rank null assert

    Codelone committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c0fed61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #151 from Codelone/liyanl-dev

    add null rank check
    Nicole00 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    b886279 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    1c991dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from Nicole00/test

    fix test for config
    Nicole00 committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ea96629 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    2551245 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from Nicole00/sst_fix

    fix sst write error for duplicated key
    Nicole00 committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    aaac729 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. fix buffer overwrite bug

    Nicole00 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    81e5680 View commit details
    Browse the repository at this point in the history
  2. add csv example data

    Nicole00 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e8db0b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Merge pull request #155 from Nicole00/connector_buffer_fix

    fix buffer overwrite bug
    Nicole00 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    56727af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5a7eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #158 from Nicole00/example

    fix wrong ip and add data for example
    Nicole00 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    cb3186c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. nebula algorithm

    Nicole00 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    c8bd289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a2246 View commit details
    Browse the repository at this point in the history