Skip to content

Commit

Permalink
* Initial support for arrow-flight
Browse files Browse the repository at this point in the history
Re organise persistence into seperate crate, add arrow and schema production

* Schema generation, caching etc
* Service implementation for do_put
* Only attributes / exists so far, no relations

Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Mar 22, 2024
1 parent 382488d commit e58e985
Show file tree
Hide file tree
Showing 71 changed files with 3,636 additions and 1,141 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
steps:
- checkout
- run:
shell: /bin/zsh
name: Build release, test e2e
command: ISOLATION_ID=${CIRCLE_SHA1} gmake test
command: |
eval "$(/opt/homebrew/bin/brew shellenv)"
. "$HOME/.cargo/env"
ISOLATION_ID=${CIRCLE_SHA1} gmake test
# Orchestrate jobs using workflows
# See: https://circleci.com/docs/configuration-reference/#workflows
Expand Down
Loading

0 comments on commit e58e985

Please sign in to comment.