Skip to content

ThyagOSI/Qi-Samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Welcome

The Qi Client samples are introductory, language-specific examples of programming against the Qi storage service. They are intended as instructional samples only.

#Sample Pattern

All basic samples are console applications that follow the same sequence of events, allowing you to select the langauge with which you are most comfortable without missing any instructional features. The pattern followed is:

  1. Instantiate a Qi REST client
  2. Obtain an authentication token
  3. Create a Namespace
  4. Create a Qi Type to represent the data being stored
  5. Create a Qi Stream to store event data in
  6. Create and insert events into the stream
  7. Retrieve events for a specified range
  8. Update events
  9. Delete events

These steps illustrate the fundamental programming steps of Qi. Over time, the samples may be extended to demonstrate more advanced tasks. Feel free to modify the samples and propose changes.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 31.7%
  • Python 26.8%
  • Java 22.5%
  • JavaScript 15.7%
  • PowerShell 3.3%