An open API service indexing awesome lists of open source software.

https://github.com/jaerith/ace

The API Consumption Engine (i.e., ACE) is a metadata-driven engine that will systematically enumerate through a collection of data (via a REST API) and then place that data within a staging table.
https://github.com/jaerith/ace

api api-client csharp metadata-driven

Last synced: 5 days ago
JSON representation

The API Consumption Engine (i.e., ACE) is a metadata-driven engine that will systematically enumerate through a collection of data (via a REST API) and then place that data within a staging table.

Awesome Lists containing this project

README

          

# ACE
The API Consumption Engine (i.e., ACE) is a metadata-driven engine that will systematically enumerate through a collection of data (via a REST API) and then place that data within a staging table. This implementation is written using C# and the .NET platform.

This project is currently at the level of being a prototype, and it has not yet been tested properly.

# Requirements
* Windows 7 (at least)
* Visual Studio 2012 (at least)
* Microsoft SQL Server
* Some degree of patience and mercy, with just a dash of a sense of humor

# For More Information
This solution is a sample project that demonstrates the ideas presented in my InfoQ article.