Skip to content

foxglove/sqlite-remote-data-loader-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite-remote-data-loader-example

This is an example remote data loader upstream API that connects to an SQLite database.

Running

Start by running the seed binary to create a database with test data:

cargo run --bin seed --release

This will create a database at signals.db.

With this database created, start the server with the following:

cargo run --bin server --release

This will launch the server on localhost:3000.

Visualize Data

To view this data in Foxglove, start a remote-data-loader on localhost:8080 and view recordings with:

https://app.foxglove.dev/~/view?ds=experimental-remote-data-loader&ds.dataLoaderUrl=http://localhost:8080/&ds.recording=first-recording)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages