Storage documents with relationships between them

can neo4j meet following requirements:

  1. the nodes are documents
  2. the edge is relationship between documents
  3. the edges are incrementally growing, like end up with 100 million edges

Hello @yau703 and welcome to the Neo4j community :slight_smile:

I assume you want to store documents in Neo4j, that's not possible but you can link Neo4j with ElasticSearch. Documents are stored in ElasticSearch, then you can represent them as nodes in your database and create relationships between them thanks to IDs. I hope it helps.

Regards,
Cobra