đź“‹
Philanthrolab
  • Philanthrolab Technical Docs
  • SSN Component Library
  • Datalabs
    • Introduction
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • Social Safety Network
    • Introduction
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
      • V1
      • V2
  • SSN for Organisations
    • Introduction
    • Features and user stories
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • Developer Resources
    • Frontend Project Guide
    • Coding Guide
    • Creating a Neo4j instance on GCP vm
    • Set up local deploy for staging and production envs
    • Install ElasticSearch on GCP
    • ElasticSearch Query
    • ETL Strategy for Neo4j Database: Scraping, Transformation, and Enrichment
    • ETL Checklist
  • SSN Authentication
    • Introduction
    • Architecture
    • Schema
  • SSN Admin Dashboard
    • Introduction
    • Architecture
  • SSN Job Board
    • Introduction
    • Architecture
    • User Stories
    • Schema Dictionary
  • SSN Eligibility criteria AI feature
    • Introduction
    • Working Principles
    • Architecture
    • Schema Dictionary
  • DataBase Repopulation
    • Introduction
    • Proposed Solution
    • DB Details
    • Batch 1
  • LLM INTEGRATION
    • LLM Strategy and Implementation
Powered by GitBook
On this page

Was this helpful?

  1. DataBase Repopulation

DB Details

Basics information on the SSN Neo4j DataBases

Production

  • VERSION = 4.2.3

  • EDITION = Community

  • CYPHER VERSION COMPATIBILITY = 4.2.x

  • APOC PLUGIN present = False

Staging

  • VERSION = 4.1.8

  • EDITION = Community

  • CYPHER VERSION COMPATIBILITY = 4.1.x

  • APOC PLUGIN present = False

Sandbox

  • VERSION = 4.2.2

  • EDITION = Enterprise

  • CYPHER VERSION COMPATIBILITY = 4.2.x

  • APOC PLUGIN present = True

Latest releases by Neo4j as at Jan, 2023:

  • Db version : 5.x

  • Cypher compatibility: 5.x

Handy cypher for DB version : 4.2.x only

  • Creating fulltext index: CALL db.index.fulltext.createNodeIndex(“<indexName>”,[“NodeName”],[“NodeProperty1”,])

  • Drop index: CALL db.index.fulltext.drop(“<indexName>”)

  • List Fulltext index: CALL db.indexes()

PreviousProposed SolutionNextBatch 1

Last updated 2 years ago

Was this helpful?