Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/public-accountability/littlesis-rails
LittleSis is a free database of who-knows-who at the heights of business and government
https://github.com/public-accountability/littlesis-rails
Last synced: about 1 month ago
JSON representation
LittleSis is a free database of who-knows-who at the heights of business and government
- Host: GitHub
- URL: https://github.com/public-accountability/littlesis-rails
- Owner: public-accountability
- License: gpl-3.0
- Created: 2017-02-27T15:27:29.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:04:57.000Z (about 2 months ago)
- Last Synced: 2024-10-26T22:01:59.646Z (about 2 months ago)
- Language: Ruby
- Homepage: https://littlesis.org
- Size: 26.3 MB
- Stars: 100
- Watchers: 6
- Forks: 12
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - public-accountability/littlesis-rails - LittleSis is a free database of who-knows-who at the heights of business and government (others)
README
# LittleSis
## About
[LittleSis](https://littlesis.org) is a free database of who-knows-who at the heights of business and government. It is a public wiki and purpose-built database for researching powerful organizations, tracking conflicts of interest, and visualizing networks of political influence. LittleSis started in 2009 and our database contains over 1.6 million relationships between over 400 thousand people and organizations.
LittleSis is a project of [The Public Accountability Initiative](https://public-accountability.org/), a non-profit public interest research organization focused on corporate and government accountability. Visit [Eyes on the Ties](https://news.littlesis.org) to read our research or follow [@twittlesis](https://twitter.com/twittlesis) on twitter.
This repository [littlesis-rails](https://github.com/public-accountability/littlesis-rails) is our core application. See [public-accountability/oligrapher](https://github.com/public-accountability/oligrapher) for our javascript mapping tool.
## Project history & software
Matthew Skomarovsky ([@lovemedicine](https://github.com/lovemedicine)) co-founded LittleSis and was the lead developer behind the project, with help from co-founder Kevin Connor. LittleSis started in 2009 as a [PHP application](https://github.com/littlesis-org/littlesis). The port to Ruby on Rails began in 2013 and finished in 2017.
Ziggy ([@aepyornis](https://github.com/aepyornis)) joined in 2016 and currently maintains the project.
Along the way, Eddie ([@eddietejeda](https://github.com/eddietejeda)) helped with some of the first data import scripts. Austin ([@aguestuser](https://github.com/aguestuser)) worked on on oligrapher and the rails codebase. Liz ([@lizstarin](https://github.com/lizstarin)) helped port PHP code to rails and developed the chrome extension. Pea ([@misfist](https://github.com/misfist)) coded our wordpress sites. Since 2020, Rob [@robjlucas](https://github.com/robjlucas) has contributed to the rails application.
| Key software | |
|:------------:|:-------------:|
| Application | Ruby on Rails |
| Database | Postgresql |
| Web Server | Puma, Nginx |
| Search | Manticore |
| Cache | Redis |
| Blog | Wordpress |
| OS | Debian |[Developer Instructions](./DEVELOPMENT.md)