Do you offer any discounts for development/staging environments ?

Unfortunately no. To provide the same performance/features on a non-production environment, we need to use the same hardware setup. We recommend to use the same account and application for all environments, and generate a new set of indices and API keys.

For example, you can have the indices devproducts, staging_products and prod_products. Then, you can generate API Keys for each environment by limiting their access to indices having the prefix 'dev', 'staging_' and 'prod_*'.If you want to minimize the impact on pricing, we recommend to only index a subset (10%? or 1%?) of your records in your non-production environments.

Last updated