All Projects → EYHN → Anything

EYHN / Anything

Licence: AGPL-3.0 license
Digital asset organizing tool for creators.

Programming Languages

C#
18002 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Anything

Bookmarks
a simple self-hosted bookmarking app that can import bookmarks from delicious and chrome
Stars: ✭ 112 (+489.47%)
Mutual labels:  desktop-app, self-hosted
Xbackbone
A lightweight file manager with full ShareX, Screencloud support and more
Stars: ✭ 359 (+1789.47%)
Mutual labels:  filemanager, self-hosted
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (+2336.84%)
Mutual labels:  self-hosted, cloud-native
orb
Orb is a dynamic network observability platform
Stars: ✭ 437 (+2200%)
Mutual labels:  self-hosted, cloud-native
ilogtail
Fast and Lightweight Observability Data Collector
Stars: ✭ 1,035 (+5347.37%)
Mutual labels:  cloud-native
roll.urown.net
How to roll your own private self-hosted internet services.
Stars: ✭ 63 (+231.58%)
Mutual labels:  self-hosted
domain-monitor
Self-hosted server to monitor WHOIS records for specified domains.
Stars: ✭ 36 (+89.47%)
Mutual labels:  self-hosted
postee
Simple message routing system that receives input messages through a webhook interface and can enforce actions using predefined outputs via integrations.
Stars: ✭ 160 (+742.11%)
Mutual labels:  cloud-native
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+200%)
Mutual labels:  self-hosted
waline
💬 A Simple, Safe Comment System
Stars: ✭ 1,145 (+5926.32%)
Mutual labels:  self-hosted
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (+1068.42%)
Mutual labels:  desktop-app
ogma
A monorepo for the ogma logger and related packages
Stars: ✭ 201 (+957.89%)
Mutual labels:  monorepo
git
git (and github) & monorepo / mono source tree command line tools, libraries & scripts
Stars: ✭ 16 (-15.79%)
Mutual labels:  monorepo
devto-monorepo
Source code for the Dev.to article - Next.js, Apollo Client and Server on a single Express app
Stars: ✭ 33 (+73.68%)
Mutual labels:  monorepo
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+3757.89%)
Mutual labels:  monorepo
kafka-consumer-lag-monitoring
Client tool that exports the consumer lag of Kafka consumer groups to Prometheus or your terminal
Stars: ✭ 45 (+136.84%)
Mutual labels:  cloud-native
galaxykube
PolarDB-X Operator is a Kubernetes extension that aims to create and manage PolarDB-X cluster on Kubernetes.
Stars: ✭ 65 (+242.11%)
Mutual labels:  cloud-native
kloudi
Universal Command Line for a developer's tools (self-hosted)
Stars: ✭ 22 (+15.79%)
Mutual labels:  self-hosted
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+4500%)
Mutual labels:  monorepo
kubernetes-cncf-pune
This is a repo to maintain artefacts and meetup logistics for Kubernetes & Cloud Native Computing Pune Meetup (https://www.meetup.com/Kubernetes-Pune/)
Stars: ✭ 11 (-42.11%)
Mutual labels:  cloud-native

This project is still in the early stages of development. All code, interfaces and features are unstable.

Digital asset organizing tool for creators.

CI codecov

Features

  • Full-featured file manager
  • Preview support for text, images, audio, video, fonts, 3D, and more files.
  • Powerful metadata mining and search feature.
  • Can be installed as a local application or deployed as a cloud service.
  • Cross-platform with high performance, using dotnet and web technologies.

Roadmap

Modules

This repository is a monorepo and contains the following modules.

core

The backend of Anything, running on the dotnet.

Status: 70%

Name Description Status
Anything.FileSystem Virtual File system abstraction, smoothing out file system differences in between platforms, and also allows for custom file system providers.
Anything.Database Provides storage interface based on sqlite, capable of storing file indexes, image cache, configuration files, etc.
Anything.Preview Gets file types, icons, thumbnails and metadata from different formats of files.
Anything.Search Provide search interface for applications, including metadata mining and implementation of a search engine based on Lucene.Net.
Anything.Server Provides interfaces for clients to access data. Using graphql to query data and using http to transfer images and files.

web

A web client for anything, built with react.

Status: 30%

Community

We will release information about project progress, news, and design in Discussions.

The official community language is English.

Contribution

Ideas

You can post your thoughts and ideas about this project in Discussions.

Develop

Back-end

Anything's backend programming language is c#.

You can use Vistual Studio, Vistual Studio Code, Github Codespace, JetBrains Rider for development.

The project uses StyleCop, and the code needs to pass Roslyn code style analysis.

The project uses NUnit and all modules need to cover unit tests.

Front-end

The project uses pnpm as the package manager.

Clone this repository, run pnpm install, then run pnpm run dev for development.

Design

We use figma for UI and icon design. You can find the latest design from here.

Or you can download the editable figma file from here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].