-
Notifications
You must be signed in to change notification settings - Fork 0
Creating New Data Sources
The datasources are handled as data import command, not as a data entity on database or on the app. In order to add a new datasource was created the main analyze command base.
Create new class on commands package as new datasource analyzer inside app/Console/Commands/.
The new class should inherit from abstact class AnalyzeCommand in the same package.
Initialize protected attributes as unique for the new class:
-
signatureThis will be the allowed parameters for the command -
nameThis will be the command name for futures calls -
datasourceThis will be the unique name for datasource -
descriptionThis attribute could be useful for documentation
The method handleImport must be override from the parent class to handle importing data.
/**
* Handle command import steps
*/
protected function handleImport()
{
// do something
}There are various useful variables to use on class AnalyzeCommand on your custom datasource class like $geographic_areas_mapping to mapping valid data on database.
- About
- How to Use IIRMa
- Technical Details
- Overview
- Getting Started
- Back End
- Front End
In 2017, The Case Foundation launched the Impact Investing Network Map, with data partners Impact Space and CrunchBase, to present the best publicly available data on impact investments to better inform the sector of the size, breadth and depth of the impact investing ecosystem. We believed that incorporating engaging data visualizations to display connections between investors and companies would not only bring greater accessibility and transparency to Impact Investing data but would demonstrate growth and inspire action in this catalytic movement.
We are appreciative of the resources and expertise provided by our advisors to build the initial product and their influence can be seen throughout IIRMa. We utilized elements of the CASE Smart Impact Capital, Impact Capital 101: Supply and Demand diagram to help illustrate the flow of capital between the supply and demand side actors. Check out the full video to learn more on capital flows within Impact Investing.