All Projects → kiritsuku → Amora

kiritsuku / Amora

Licence: apache-2.0
The semantic search engine where anyone can define anything anywhere

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Amora

Liko 12
LIKO-12 is an open source fantasy computer made using LÖVE.
Stars: ✭ 811 (+2603.33%)
Mutual labels:  ide
Vscode Sml
Standard ML support for Visual Studio Code
Stars: ✭ 26 (-13.33%)
Mutual labels:  ide
Mspaintide
Programming in MS Paint
Stars: ✭ 909 (+2930%)
Mutual labels:  ide
Julia Vscode
Julia extension for Visual Studio Code
Stars: ✭ 823 (+2643.33%)
Mutual labels:  ide
Arduino Pro Ide
The Arduino IDE for advanced users and developers. Experimental alpha version.
Stars: ✭ 917 (+2956.67%)
Mutual labels:  ide
Reacto
A sweet IDE for React.js
Stars: ✭ 859 (+2763.33%)
Mutual labels:  ide
Liteide
LiteIDE is a simple, open source, cross-platform Go IDE.
Stars: ✭ 6,657 (+22090%)
Mutual labels:  ide
Dev Cpp
A fast, portable, simple, and free C/C++ IDE
Stars: ✭ 940 (+3033.33%)
Mutual labels:  ide
Dendro
"Open-source Dropbox" with added description features. It is a data storage and description platform designed to help researchers and other users to describe their data files, built on Linked Open Data and ontologies. Users can use Dendro to publish data to CKAN, Zenodo, DSpace or EUDAT's B2Share and others.
Stars: ✭ 25 (-16.67%)
Mutual labels:  linked-data
Eve
Better tools for thought
Stars: ✭ 7,034 (+23346.67%)
Mutual labels:  ide
Goclipse
Eclipse IDE for the Go programming language:
Stars: ✭ 832 (+2673.33%)
Mutual labels:  ide
Rdf Dereference.js
Dereference any URL for its RDF contents
Stars: ✭ 18 (-40%)
Mutual labels:  linked-data
Liquid
Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Stars: ✭ 859 (+2763.33%)
Mutual labels:  ide
Savannakit
A high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift
Stars: ✭ 816 (+2620%)
Mutual labels:  ide
Informationmodel
The Information Model of the International Data Spaces implements the IDS reference architecture as an extensible, machine readable and technology independent data model.
Stars: ✭ 27 (-10%)
Mutual labels:  linked-data
Che
The Kubernetes-Native IDE for Developer Teams
Stars: ✭ 6,572 (+21806.67%)
Mutual labels:  ide
Xcodeeditor
An API for manipulating Xcode project files.
Stars: ✭ 851 (+2736.67%)
Mutual labels:  ide
Crossui
CrossUI is a free Cross-Browser Javascript framework with cutting-edge functionality for rich web application
Stars: ✭ 945 (+3050%)
Mutual labels:  ide
Ldn
🔔 Linked Data Notifications
Stars: ✭ 27 (-10%)
Mutual labels:  linked-data
Ninja Ide
{Ninja-IDE Is Not Just Another IDE}
Stars: ✭ 868 (+2793.33%)
Mutual labels:  ide

Amora

Join the chat at https://gitter.im/sschaef/amora

Amora is a semantic search engine where anyone can define anything anywhere - a technical prowess that is achieved by relying on semantic web technologies. Everything in Amora is Linked Data or in other words a distributed key-value store where every key-value pair is associated with an unique identifier in form of an URI. Amora was created to provide an IDE and tooling research platform whose ambitious goal it is to supersede existing tools by a new being.

So far, there is nothing here yet - this is not even alpha level yet. There is only documentation on how to use it by myself.


Setup notes:

  • Electron needs to be installed, a pre-built binary can be found here.

  • Neovim needs to be installed too. It can be done by executing the make_neovim script.

  • The URL amora.center should redirect to localhost. Add the following entry to /etc/hosts:

    127.0.0.1       amora.center
    

    This way, we can use URLs to amora.center in our code and don't need to worry about Internet loookups. Furthermore, we also want to specify a port redirect from port 80 to the port where the server is listening to. This can be achieved by running the script ./configure_ip_tables as root.

Important sbt commands:

  • backend/reStart - Launches server application. After that the run_electron executable can be run.
  • firefoxPlugin/genFirefoxPlugin - Generates the firefox plugin. It can be tested with run_firefox_plugin.
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].