Skip to content

drivly/indexes.do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indexes.do - Data Indexing API for Durable Objects

http://indexes.do/json.path.do/$.data/wikis.do/Porsche

{
  Categories: [
    {
      "entityId": 2,
      "description": "Sweet and savory sauces, relishes, spreads, and seasonings",
      "categoryName": "Condiments"
    }
  ]
}

the indexes are created as:

{
  "Categories.entityId: 000000000001 -> Categories/1": "https://database.do/Categories/1",
  "Categories.description: Sweet and savory sauces, relishes, spreads, and seasonings -> Categories/1": "https://database.do/Categories/1",
  "Categories.categoryName: Condiments -> Categories/1": "https://database.do/Categories/1"
}

About

Durable Object Data Indexing Service

Resources

License

Stars

Watchers

Forks