Question about MySQL with huge amount of INSERTS

I need help for solution for big MySQL DB.

The database must take around 200000 inserts per second, the selects are not a problem.

All the inserts are in ~10 tables and are ~250 bytes with the index.

Total disk space will be around 10TB.

If someone has expirience with such kind of databases can you help me with examples of cluster configuration and hardware needed for it.

Thanks in advance.