Skip to content

[INVALID] Reporting about duplicate data in Graph database(neo4j)聽#25

Description

@ChanukaUOJ

馃敶 A data duplication issue has been discovered in the Graph(neo4j) production database.

Curl Request :

curl -X POST {{BASE_URL}}/v1/entities/2411-09_min_1/relations 
       -d '{"name": "AS_APPOINTED","activeAt": "2025-10-18T00:00:00Z"}' 
       -H "Content-Type: application/json"

Response :

[
  {
    "id": "2411-09_min_1_2403-03-01_cit_1_2025-10-27T12-41-53+05-30",
    "relatedEntityId": "2403-03-01_cit_1",
    "name": "AS_APPOINTED",
    "startTime": "2024-11-18T00:00:00Z",
    "endTime": "",
    "direction": "OUTGOING"
  },
  {
    "id": "2411-09_min_1_2403-03-01_cit_1_2025-10-27T12-42-25+05-30",
    "relatedEntityId": "2403-03-01_cit_1",
    "name": "AS_APPOINTED",
    "startTime": "2024-11-18T00:00:00Z",
    "endTime": "",
    "direction": "OUTGOING"
  }
]

Representation in Neo4j

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions