Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 686 Bytes

File metadata and controls

18 lines (14 loc) · 686 Bytes

Harper Basic Data Example

A very simple example of using the Harper dataLoader plugin along with corresponding GraphQL schema for the table.

Intended to be used for demos along side more complex Harper application examples such as the Harper Next.js Example

To deploy this example to a Harper instance, you can use the Harper CLI.

harperdb deploy \
	target="<operations api url>" \
	username="<username>" \
	password='<password>' \
	project=basic-data-example \
	package=HarperDB/basic-data-example \
	replicated=true \
	restart=true