Files
Andrew Stein 28a3101b58
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_juptyerlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
v3.1.0
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2024-09-23 00:48:53 -04:00
..
2024-09-23 00:48:53 -04:00
2024-07-24 00:46:23 -04:00

python-starlette

This example contains a simple perspective-python folder that uses Starlette/FastAPI to serve a static dataset to the user through various data bindings:

  • index.html: a client/server replicated setup that synchronizes the client and server data using Apache Arrow.
  • server_mode.html: a server-only setup that reads data and performs operations directly on the server using commands sent through the Websocket.
  • client_server_editing: a client-server replicated setup that also enables editing, where edits from multiple clients are applied properly to the server, and then synchronized back to the clients.