GitXplorerGitXplorer
s

airgolia

public
5 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
e5cfacf4df1928a69304ec3a4f10e095a22ee696

Delete main.yml

ssrt32 committed 4 years ago
Verified
9341d2d90f84ac90fba0f9facf4c53e910d79031

Update README.md

ssrt32 committed 4 years ago
Verified
02cef99a472282ac86679869acfe5c724b7c9411

Fix readme command

ssrt32 committed 4 years ago
Unverified
09273f5ded1e790e09a90acfdd2f40b2fa64014e

Extract functions

ssrt32 committed 4 years ago
Verified
aa0b9bc6b6767d05b7d6009aa80f1d64633d0909

Try action workflow

ssrt32 committed 4 years ago
Unverified
ad9641addd03f7ee57e8b2917d1da2ca9bb4179d

Update README

ssrt32 committed 4 years ago

README

The README file for this repository.

airgolia

Read data from Airtable and post it to an Algolia index.

Example usage

AIRTABLE_API_KEY=foo AIRTABLE_TABLE_NAME=bar AIRTABLE_WORKSPACE_ID=foo ALGOLIA_APP_ID=foo ALGOLIA_API_KEY=foo ALGOLIA_INDEX_NAME=foo go run main.go

Notes

  • When run, this task will fetch all records in the Airtable table and create or update (based on id) an object in the given Algolia index.
  • All fields are synced.
  • The Airtable calls do not paginate so if there are too many records they won't sync (for now).