Indexing Your Data in HoppySearch
Searching your content effectively in HoppySearch requires you to first send your data to the HoppySearch Index, where it is hosted on the cloud. This cloud-based hosting ensures efficient and rapid searches. To facilitate this process, follow the step-by-step data workflow outlined below:
- Fetch data from your sources, such as a database or static files.
- Transform your data into JSON records.
- Send the JSON records to Hoppysearch index.
How to Add Your Data to Hoppysearch
Hoppysearch requires you to send the data to its servers before you can search for it. Here are the steps to add your data to the Hoppysearch server:
- Check Data Format
- Verify if your data is already in JSON format. If it is, you can proceed to the next step.
- Data Conversion
- If your data exists in a different format, such as a database, XML files, or spreadsheets, it needs to be extracted and converted into JSON format. Hoppysearch currently exclusively supports JSON data.
- Data Upload Options
- Insert Data Through UI: Utilize the HoppySearch user interface to upload your JSON data conveniently.
- Insert Data Programmatically: For more automated processes, you can use various programming languages and clients to insert your data. The available options include: