https://github.com/nokia/minifold
Minifold is a Python module able to interact with various data sources (e.g. CSV, LDAP, SQL, twitter, etc.) and to query/combine/aggregate them with database-like operators.
https://github.com/nokia/minifold
Last synced: 11 months ago
JSON representation
Minifold is a Python module able to interact with various data sources (e.g. CSV, LDAP, SQL, twitter, etc.) and to query/combine/aggregate them with database-like operators.
- Host: GitHub
- URL: https://github.com/nokia/minifold
- Owner: nokia
- License: bsd-3-clause
- Created: 2018-08-29T13:24:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T16:32:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T13:07:14.841Z (about 2 years ago)
- Language: Python
- Size: 660 KB
- Stars: 15
- Watchers: 9
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
README
# Minifold
[](https://pypi.python.org/pypi/minifold/)
[](https://github.com/nokia/minifold/actions/workflows/build.yml)
[](https://github.com/nokia/minifold/actions/workflows/docs.yml)
[](https://minifold.readthedocs.io/en/)
[](https://codecov.io/gh/nokia/minifold)
## Overview
[Minifold](https://github.com/nokia/minifold.git) is a [Python](http://python.org/) module able to interact with various data sources (e.g. CSV, LDAP, SQL, twitter, etc.) and to query/combine/aggregate them with database-like operators.
## Use cases
This framework has been in various Nokia projects. It also used in the [LINCS](https://www.lincs.fr) website to generate:
* [trombinoscope](https://www.lincs.fr/people/)
* [homepages](https://www.lincs.fr/people/?more=marc_olivier_buob)
* [co-author graph](https://www.lincs.fr/research/lincs-graph/), thanks to [pyBGL](https://github.com/nokia/pybgl.git) and [GraphViz](http://graphviz.org/)
For more information, feel free to visit the [wiki](https://github.com/nokia/minifold/wiki):
* [Overview](https://github.com/nokia/minifold/wiki/Overview)
* [Installation](https://github.com/nokia/minifold/wiki/Installation)
* [Tutorial](https://github.com/nokia/minifold/wiki/Tutorial)
* [Design](https://github.com/nokia/minifold/wiki/Design)
* [Configuration](https://github.com/nokia/minifold/wiki/Configuration)
* [Framework](https://github.com/nokia/minifold/wiki/Framework)
* [Tests](https://github.com/nokia/minifold/wiki/Tests)
* [Packaging](https://github.com/nokia/minifold/wiki/Packaging)
# License
This project is licensed under the BSD-3-Clause license - see the [LICENSE](https://github.com/nokia/minifold/blob/master/LICENSE).