Company
Product Features
Integrations
Grafana Integration
Highlight.io Changelog
Menu
Application Architecture
Here's the high level structure of the code that you'll want to start tinkering with.
-
SDKs
sdk/
-
Firstload
-
Client
-
highlight-node / other SDKs
-
-
Public Graph
backend/public-graph/graph/schema.resolvers.go
SDK data ingest GraphQL endpoint, hosted locally at http://localhost:8082/public
-
Private Graph
backend/private-graph/graph/schema.resolvers.go
GraphQL endpoint for frontend, hosted locally at http://localhost:8082/private
-
Workers
backend/worker.go
-
Public graph worker
processPublicWorkerMessage
-
Async worker
Start
-