Add deprecation notice for the repository

Added deprecation notice and links to new repository.
1 file changed
tree: 432f8fc8056c2ac2981edd9579f0dee92e9381a0
  1. .github/
  2. .vscode/
  3. dev/
  4. src/
  5. src-tauri/
  6. static/
  7. .asf.yaml
  8. .gitignore
  9. .licenserc.yaml
  10. .npmrc
  11. .prettierignore
  12. .prettierrc
  13. bun.lockb
  14. CHANGES.md
  15. CODE_OF_CONDUCT.md
  16. components.json
  17. DISCLAIMER
  18. LICENSE
  19. NOTICE
  20. package.json
  21. postcss.config.js
  22. README.md
  23. svelte.config.js
  24. tailwind.config.ts
  25. tsconfig.json
  26. vite.config.ts
README.md

Licensed to the Apache Software Foundation (ASF) under one

or more contributor license agreements. See the NOTICE file

distributed with this work for additional information

regarding copyright ownership. The ASF licenses this file

to you under the Apache License, Version 2.0 (the

“License”); you may not use this file except in compliance

with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,

software distributed under the License is distributed on an

“AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

KIND, either express or implied. See the License for the

specific language governing permissions and limitations

under the License.

DEPRECATION NOTICE

This repository is deprecated. Active development now continues in the ResilientDB Monorepo.

The ResaultDB Orbit can be found at ecosystem/deployment/orbit.

ResilientDB Orbit

ResilientDB Orbit is a lightweight desktop launcher to spin up ResilientDB and its core services in one click, perfect for handling development, rapid testing, and local experimentation.

Setup

bun i

Useful commands

Start dev server

bun run tauri dev

Build executable

bun run tauri build