Giter VIP home page Giter VIP logo

msgraph-connectors-sdk's Introduction

About

Microsoft Graph connectors SDK helps you build custom connectors for your line of business data sources quickly and efficiently in any of 11 available languages. You can leverage the capabilities of our robust Graph connector agent for indexing any of your cloud or on-prem data sources. The SDK also gives you the capability to manage your custom as well as Microsoft's connectors included with the admin center, all in one place through the Microsoft 365 admin center. Access our full documentation from Connectors SDK overview.

Graph Connector Agent

This lightweight app is the platform that takes care of orchestration capabilities and coordinates between Microsoft 365 admin center and customer's connector code. More on the software: Graph Connector Agent | Microsoft Docs.

Get Started

  1. Install GCA and follow the instructions to register the agent Graph Connector Agent | Microsoft Docs.

  2. Download the protocol buffer files with gRPC contracts.

  3. Protobuf compiler downloaded and extracted from here (Not needed if using Visual Studio).

    • Environment path updated with bin folder in extracted root.
    • Compile contracts to create server-side stubs in the language of your choice. More info here.
  4. Create a project in your IDE and place all the proto files in a folder named "Contracts". Sample project structure here:

    image

  5. Implement methods in the stubs generated by the compiler.

  6. Create a server, run the application and generate the executable/output binaries.

  7. Edit the CustomConnectorPortMap JSON file in the GCA installation folder (Program files > Graph connector agent) with connector id (same as provider id) and TCP port information (port on which you are running the server).

    • You may need to open notepad/VS in admin mode to edit the JSON.
  8. Test the connector code via TestApp.

  9. Create a custom connector connection on Microsoft Admin Center.

msgraph-connectors-sdk's People

Contributors

jasonjoh avatar mashi16 avatar microsoft-github-policy-service[bot] avatar rchanda1392 avatar snehasuresh17 avatar vish6300 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.