squest / webone

Web training tutorial
Eclipse Public License 1.0
2 stars 0 forks source link

Assignment web one #1

Open squest opened 9 years ago

squest commented 9 years ago

Create a database using questdb

Use for to generate the data.

squest commented 9 years ago

To clarify the task:

  1. Use for to generate the data with three lists for :name :age :address, each with 5 elements
  2. Add the generated docs so you will have 125 docs in total
  3. Try to query the data several times for :name :age and :address... each query if done correctly should resulted in 5 docs

@gurielamp @donnitazen