Core ConceptsΒΆ
Sina provides four main classes:
Document- represents the top-level object of a JSON file conforming to the Sina schema.
Record- represents the data to be stored.
Relationship- represents a way to define the relationship between twoRecordobjects.
CurveSet- a class to store related independent and dependentCurveobjects.CurveandCurveSetobjects are just two more types of data thatRecordobjects can store.
More details on each class can be found in their respective pages below.