Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed Nov 24, 2018
1 parent a5fbbee commit 037d875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ aw-server-rust
A reimplementation of aw-server in Rust

Primary features missing:
- Proper HTTP responses on invalid requests
- SQLite performance improvements
- query2 support
- Most transforms for query2 to be useful
- Config
- Import/Export HTTP api
- CORS

Caveats:
- Generally hard to read code at many places
- Poisoned mutex in datastore might still be an issue?
- Lots of refactoring is needed, code is far from good looking (especially query code)
- Lots of TODO and FIXME comments

Features missing compared to aw-server python and won't be reimplemented:
- Swagger support
1 change: 0 additions & 1 deletion src/endpoints/bucket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use transform;

/*
* TODO:
* - Make sure that the mutex will never be able to be poisoned by unwraps
* - Fix some unwraps
*/

Expand Down

0 comments on commit 037d875

Please sign in to comment.