unbinding-org / meta

:page_with_curl: files, discussions and notes
https://github.com/unbinding-org/meta/wiki
0 stars 0 forks source link

Data Platform Types #8

Open kareniel opened 7 years ago

kareniel commented 7 years ago

Naming of data stores uses the format: prefix:namespace:type

data:ebt:*

(ebt = Early Buddhist Texts)

data:ebt:simile:

{
  String name,
  Array<String> suttaIds,
  String paliName,
  String illustrationURL,
  Array<String> themes,
  String description
}

data:ebt:notion:

{
  String name,
  String paliName,
  String description
}

data:ebt:person:

{
  String name,
  String paliName,
  String description
}

data:ebt:place:

{
  String name,
  String paliName,
  Point latLng,
  String description
}