Show the structure of the event data
$ spec tail allov2.Allo.PoolFundedYour local postgres table will keep all of its data and just subscribe to new incoming events
$ spec test object ProfileBUT, if you run the objects over historical data, spec will wipe your local table before each run unless explicitly given the --keep-data flag
$ spec test object Profile --keep-dataLast 30 days of event data
spec test object Profile --recentPull everything
$ spec test object Profile --all-timeSee registered events
spec get events allov2.RFPSimpleInstall spec cli
npm install -g @spec.dev/cli @spec.dev/specUpdate cache / spec core library
deno cache https://esm.sh/@spec.dev/core@0.0.122Login
spec loginUse Profile
spec use profile allov2/specInstall Deno for Visual Studio Code extension by denoland (the purple one)
Install postgresql
sudo apt install postgresql