Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alephdata/alephclient
API client for Aleph, supports bulk entity and document upload.
https://github.com/alephdata/alephclient
cli client ingest python
Last synced: about 2 hours ago
JSON representation
API client for Aleph, supports bulk entity and document upload.
- Host: GitHub
- URL: https://github.com/alephdata/alephclient
- Owner: alephdata
- License: mit
- Created: 2018-01-04T07:38:14.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T21:11:25.000Z (4 months ago)
- Last Synced: 2025-01-30T00:08:00.872Z (7 days ago)
- Topics: cli, client, ingest, python
- Language: Python
- Homepage: https://docs.alephdata.org/developers/alephclient
- Size: 250 KB
- Stars: 28
- Watchers: 15
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alephclient
Command-line client for Aleph. It can be used to bulk import document sets via
the API, without direct access to the server. It requires an active API client
to perform uploads.## Installation
Install using `pip`.
```bash
pip install alephclient
```## Usage
Refer to the `aleph` handbook for an introduction on how to use `alephclient`,
e.g. to crawl a local file directory, or to stream entities:* https://docs.alephdata.org/developers/alephclient