Skip to content

Search the azure resource graph. The azure resource graph is parsed and uploaded into document dB with graph attributes as xml attributes. This uses azure search to query the uploaded documents.

Notifications You must be signed in to change notification settings

arunsu/azure-graph-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Details

This repo has the UI that supports searching the attributes of a azure resource graph. The azure resource graph should be indexed in document DB and hooked up to azure search.

The search is done across multiple indexes hosted azure search. To search any text pass it as ?q=querystring to the URL. Example /?q=toyota.

This repo using azure search node module which is a library for the Azure Search service. The documentation for the Azure Search REST API is available here.

Installation

Use npm:

$ npm install azure-graph-search

About

Search the azure resource graph. The azure resource graph is parsed and uploaded into document dB with graph attributes as xml attributes. This uses azure search to query the uploaded documents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published