Skip to content

A simple .NET library to integrate with Google Mini and Google Search Appliance

License

Notifications You must be signed in to change notification settings

TehPirat3/DEG.Shared.GoogleSearchAppliance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEG.Shared.GoogleSearchAppliance

This module provides a simple integration with a Google Search Appliance or Google Mini

Features

  1. Built and tested against Google Mini, software version 5

Yup, that's it for now. This module does very little, but it tries to do it very well.

Motivation

This module was developed out of necessity. We had a need to integrate with a client's Google Mini appliance, and all of the existing .NET libraries were much more complicated and bloated than what we needed.

We didn't want to depend on a library that was over-engineered or too burdensome to use. That is why we decided to write our own!

These are the primary goals for this project:

  1. Simplicity
  • The library should be easy to use, and the API should be intuitive.
  1. Stability
  • As with all software, it will fail sometimes. When it does, the cause should be known, and the remedy should be clear.
  1. Readability
  • The code should be clean and well organized, so that others can enjoy it.

With that in mind, it only does exactly what we need it to, and no more. If you need it to do more, then please feel free to contribute! We will be actively monitoring, reviewing and merging pull requests.

About

A simple .NET library to integrate with Google Mini and Google Search Appliance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%