API Implementations

NDR Core connects to external data sources through API implementations. Each implementation defines how NDR Core communicates with a specific type of data source.

Three API implementations are currently supported:

  • NDR Core API - Connect to other NDR Core instances for federated search
  • MongoDB - Access document-oriented data from MongoDB databases
  • Nodegoat - Connect to Nodegoat web-based data management systems

Advanced: You can also create custom API implementations to connect to other data sources. Full documentation is available in the Sphinx documentation.

{% include 'ndr_core/admin_views/help/apis/ndr_core.html' %} {% include 'ndr_core/admin_views/help/apis/mongo_db.html' %} {% include 'ndr_core/admin_views/help/apis/nodegoat.html' %}