-
Notifications
You must be signed in to change notification settings - Fork 12
GravityExamples
Mark Barger edited this page Mar 17, 2020
·
13 revisions
This page discusses getting started with the Gravity software by using the examples provided in test/examples. Before starting in with the code, make sure you've built all the binaries required to use the system. See the GravitySetup page for info on doing that.
Each of the examples can be built and run (not currently supported in Windows). Here's a quick rundown of how to do that (again, this assumes you've gone through the steps in GravitySetup):
- open a terminal and cd to "/tests/examples/1 - BasicDataProduct"
- run the command "./run.sh"
- hit ctrl-c to kill the run
- TheBasics
- UsingProtobufs
- MultipleDataProducts
- GravityServices
- OddsAndEnds
- JavaPubSub
- JavaServices
- Gravity Configuration
- Domains
- Archiving (To be completed)
- Python Pub/Sub (To be completed)
- Python Services (To be completed)
- Relays
- Machine Learning Example