Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettkromkamp/aiotopicdb
The aiotopicdb package is an asynchronous implementation of TopicDB with an accompanying FastAPI-based API
https://github.com/brettkromkamp/aiotopicdb
async fastapi semantic sqlite topicmaps
Last synced: about 1 month ago
JSON representation
The aiotopicdb package is an asynchronous implementation of TopicDB with an accompanying FastAPI-based API
- Host: GitHub
- URL: https://github.com/brettkromkamp/aiotopicdb
- Owner: brettkromkamp
- License: mit
- Created: 2022-09-24T08:26:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T13:07:46.000Z (9 months ago)
- Last Synced: 2024-02-18T14:26:11.650Z (9 months ago)
- Topics: async, fastapi, semantic, sqlite, topicmaps
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Asynchronous TopicDB by Brett Kromkamp
- Pending
## Feature Support
- Pending
## Installation
- Pending
## Install the Development Version
- Pending
## How to Contribute
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
2. Fork [the repository](https://github.com/brettkromkamp/aiotopicdb) on GitHub to start making your changes to the **master** branch (or branch off of it).
3. Write a test which shows that the bug was fixed or that the feature works as expected.
4. Send a pull request and bug the maintainer until it gets merged and published :)