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.
- Host: GitHub
- URL: https://github.com/jaerith/ace
- Owner: jaerith
- Created: 2015-12-31T15:58:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T19:46:06.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T22:14:50.962Z (over 1 year ago)
- Topics: api, api-client, csharp, metadata-driven
- Language: C#
- Size: 2.54 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.