https://github.com/terraphim/terraphim_cloud_openapi
Poem based middleware for Terraphim
https://github.com/terraphim/terraphim_cloud_openapi
Last synced: 10 months ago
JSON representation
Poem based middleware for Terraphim
- Host: GitHub
- URL: https://github.com/terraphim/terraphim_cloud_openapi
- Owner: terraphim
- Created: 2023-05-24T18:13:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T21:51:17.000Z (over 2 years ago)
- Last Synced: 2025-01-23T09:44:51.354Z (11 months ago)
- Language: Rust
- Size: 4.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test graph search with:
```
curl -X 'POST' \
'http://localhost:3000/api/gsearch' \
-H 'accept: application/json; charset=utf-8' \
-H 'Content-Type: application/json; charset=utf-8' \
-d '{
"search_term": "project evaluation project strategy",
"skip": 0,
"limit": 0,
"role": "project manager"
}'
```
This is a rewrite of [Python-based API](https://github.com/applied-knowledge-systems/the-pattern-api/) in Rust
#TODO:
[] make articles JSON?
[] copy config from Python
[] turn pre-processing articles sentences to edge into crate
[] add redis sessions
[] add mark nodes API