Guides and FAQs
This section will give answers to your most pressing questions about using the godspeed meta-framework. It is designed to be easy to follow and understand, with step-by-step instructions to help illustrate each process.
Setting up the APIs of your service
Writing your Workflows or Functions
In Godspeed, the words Workflows and Functions mean one and the same thing, i.e. your business logic.
Accessing other APIs, databases and other datastores from workflows
In Godspeed, datasource can mean any place where you send or retrieve data from. It could mean:
External APIs
Datastores
- Databases (Types - SQL, NoSQL, graph, key value, columnar, OLAP, OLTP, document)
- Caches
- Search engine
- Vector stores (specially useful for AI and recommendation engines)
- File system or files
- Memory
How to access any datastore by creating a custom datasource?
How to access the environment variables from the typescript workflows?