Oracle NoSQL Development TWJUG - Taiwan Java User Group Treffen - 04.10.2014 - Oracle Taipei Office Developing high performance application with the Oracle NoSQL Database The Oracle NoSQL Database is a distributed key value store. Based on the proven Oracle Java Berkley DB Oracle developed an new database, the Oracle NoSQL. This new database, also available as free community edition, can be optimal used in high performance applications as persistent cache or for queuing usages. A easy to use Java API helps to implement the read and write operations on the store with low programming effort. The Java API also allows the developer to choose the transactional behavior directly in his own code. The data of the store can be defined with the help of Avro or over a simple table construct, but is also possible to use the Key-Value store schema less. With the new Version 3 the connecting to the store can be encrypted and secured to satisfy high security requirements. In the talk we will show the general architecture , the first steps to implement the store and how to develop the first lines of code to use the store in your own software.