| Crates.io | intel_cache_server |
| lib.rs | intel_cache_server |
| version | 2.0.0 |
| created_at | 2021-12-19 06:19:04.697086+00 |
| updated_at | 2022-03-04 20:11:32.255152+00 |
| description | IntelCache server |
| homepage | |
| repository | |
| max_upload_size | |
| id | 500304 |
| size | 49,811 |
It works by translating input commands to corresponding module commands. To view available commands view the CORE and STORAGE READMEs.
If starting for the first time, initialize it with --init, otherwise just run the program without arguments. Make sure that IPFS is up and working when running the server.
--init will initialize the server.--export will export the backend SQL database (note, it will not pull large data which is stored in the local IPFS Share).--import will import the backend SQL databse and use it as a new backend.--teardown will delete the backend SQL database, it will not delete the stored IPFS data.--testing will start on a testing port (64290).--testing_export,--testing_import,--init_testing and --testing_teardown are the same commands ran under the testing port.