wormhole/event_database
kev1n-peters 76ade1b305
cloud_functions: notional-tvl-cumulative optimizations (#1118)
Added two entry points: ComputeTvlCumulative and TvlCumulative.
The first computes the result and writes it to the results cache -
intended to be invoked periodically by a scheduled task.
The second reads from the results cache and returns it as the response.
2022-04-29 10:02:51 -05:00
..
cloud_functions cloud_functions: notional-tvl-cumulative optimizations (#1118) 2022-04-29 10:02:51 -05:00
functions_server cloud_functions: notional-tvl-cumulative optimizations (#1118) 2022-04-29 10:02:51 -05:00
initialize_db cloud functions - docs update 2022-03-17 18:25:48 -05:00
schema-docs cloud function housekeeping 2022-03-10 14:26:41 -06:00
README.md cloud functions - docs update 2022-03-17 18:25:48 -05:00
devnet_key.json Add bigtable to devnet 2021-08-25 14:01:31 +00:00

README.md

Event Database

Contents

  • cloud_functions functions that interact with BigTable.
  • functions_server an HTTP server for hosting cloud_functions locally. Used for development and running the functions for tilt devnet.
  • initialize_db script for initializing a table and column families.
  • schema-docs design documents.