|
1 | 1 | ## What is the purpose of Lambda Badger ? |
2 | 2 |
|
3 | | -Lambda Badger is an webapplication that easily allows you to use notes, offline (or not) and on every platform *(smartphone, touchpads, computer, ...)*. |
| 3 | +Lambda Badger is an webapplication that easily allows you to manage your notes, offline (or not) and on multiple platforms *(smartphone, touchpads, computer, ...)*. |
4 | 4 |
|
5 | 5 | All you need is a *modern* browser that allows to use the last technologies that can run this webapplication : |
6 | 6 | - Javascript |
7 | 7 | - IndexedDB (or WebSQL) |
8 | 8 |
|
9 | | -## Where are the data ? |
10 | | - |
11 | | -By default, the data(base) is **only stored on your computer**. |
12 | | - |
13 | | -Precisely, inside your web browser thanks to [IndexedDB](https://en.wikipedia.org/wiki/Indexed_Database_API) technology (via [PouchDB](https://pouchdb.com/)). |
14 | | - |
15 | 9 | <p class="v-alert v-alert--outline info--text"> |
16 | 10 | <i aria-hidden="true" class="v-icon material-icons theme--dark v-alert__icon">info</i> |
17 | 11 | <span>If you are not accepting cookies, this application cannot save the data on your browser, so it can not works.</span> |
18 | 12 | </p> |
19 | 13 |
|
| 14 | +## Where are the data ? |
| 15 | + |
| 16 | +By default, the data(base) is **only stored on your device** |
| 17 | +(precisely, inside your web browser thanks to [IndexedDB](https://en.wikipedia.org/wiki/Indexed_Database_API) technology). |
| 18 | + |
20 | 19 | <p class="v-alert v-alert--outline warning--text"> |
21 | 20 | <i aria-hidden="true" class="v-icon material-icons theme--dark v-alert__icon">priority_high</i> |
22 | | - <span>If you are cleaning you browser (like cookies) there are significant risks that your local database will be erased !</span> |
| 21 | + <span>If you are cleaning you browser (like cookies), there are significant risks that your local database will be erased !</span> |
23 | 22 | </p> |
24 | 23 |
|
25 | | -Fortunatly, Lambda Badger has several ways to save your data. |
| 24 | +Fortunatly, Lambda Badger allow you to save your data through several ways. |
26 | 25 |
|
27 | 26 | ## Saving/Exporting your data |
28 | 27 |
|
29 | | -All this data can be replicated (in real time) on an free and open-source [CouchDB server](http://couchdb.apache.org/), which can be installed on your network (over internet or not). |
| 28 | +The whole database can be replicated (in real time) on an [CouchDB server](http://couchdb.apache.org/) (free and open-source). |
| 29 | + |
| 30 | +This server can be installed on your network (over internet or not), or on your computer if you want to keep it simple. |
| 31 | + |
| 32 | +There is also database as a service in the cloud like [IBM Cloudant](https://www.ibm.com/cloud/cloudant), if you are ready to store your data on a system that you do not control it. |
| 33 | + |
| 34 | +This functionnality also allows you to use your data on multiple devices (like your smartphone **and** your desktop). |
30 | 35 |
|
31 | 36 | ## Security |
32 | 37 |
|
33 | 38 | If you are exposing your database through internet, you must have to set security settings on the CouchDB interface. |
34 | 39 |
|
35 | | -If you are launching another application locale which uses the same URL (http://localhost/) so it can access on your data. (*we will study an option to encrypt the data in a future release*). |
| 40 | +If you are launching another locally webapplication which uses the same URL (http://localhost/) so it can access on your data of Lambda Badger (*we will study an option to encrypt the data in a future release*). |
0 commit comments