Skip to content

Commit

Permalink
chore: minor cleanup ond readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Feb 16, 2024
1 parent cafea58 commit 344727b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 45 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@

------

<!---<img src="http://orientdb.com/orientdb-studio_800px.png">-->

## What is OrientDB?

**OrientDB** is an Open Source Multi-Model [NoSQL](http://en.wikipedia.org/wiki/NoSQL) DBMS with the support of Native Graphs, Documents, Full-Text search, Reactivity, Geo-Spatial and Object Oriented concepts. It's written in Java and it's amazingly fast. No expensive run-time JOINs, connections are managed as persistent pointers between records. You can traverse thousands of records in no time. Supports schema-less, schema-full and schema-mixed modes. Has a strong security profiling system based on user, roles and predicate security and supports [SQL](https://orientdb.org/docs/3.1.x/sql/) amongst the query languages. Thanks to the [SQL](https://orientdb.org/docs/3.1.x/sql/) layer it's straightforward to use for people skilled in the Relational world.

[Get started with OrientDB](http://orientdb.org/docs/3.1.x/gettingstarted/) | [OrientDB Community Group](https://github.com/orientechnologies/orientdb/discussions).
[Get started with OrientDB](http://orientdb.org/docs/3.2.x/gettingstarted/) | [OrientDB Community Group](https://github.com/orientechnologies/orientdb/discussions).

## Is OrientDB a Relational DBMS?

Expand All @@ -27,11 +25,10 @@ Yes. OrientDB is totally written in [Java](http://en.wikipedia.org/wiki/Java_%28


## Main References
- [Documentation Version < 3.1.x](http://orientdb.org/docs/3.1.x/)
- [Documentation Version > 3.2.x](https://orientdb.com/docs/3.2.x/)
- [Documentation Version < 3.2.x](http://orientdb.org/docs/3.1.x/)
- For any questions visit the [OrientDB Community Group](https://github.com/orientechnologies/orientdb/discussions)

[Get started with OrientDB](http://orientdb.org/docs/3.1.x/gettingstarted/).
[Get started with OrientDB](http://orientdb.org/docs/3.2.x/gettingstarted/).

--------
## Contributing
Expand Down Expand Up @@ -63,11 +60,6 @@ References:

### Sponsors

|[![](https://www.yourkit.com/images/yklogo.png)](https://www.yourkit.com/.net/profiler/index.jsp)|YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of <a href="https://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and <a href="https://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>, innovative and intelligent tools for profiling Java and .NET applications.|
|---|---|

--------

[![](http://s1.softpedia-static.com/_img/sp100free.png?1)](http://www.softpedia.com/get/Internet/Servers/Database-Utils/OrientDB.shtml#status)

--------
Expand Down
36 changes: 2 additions & 34 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,3 @@
.
.` `
, `:.
`,` ,:`
.,. :,,
.,, ,,,
. .,.::::: ```` ::::::::: :::::::::
,` .::,,,,::.,,,,,,`;; .: :::::::::: ::: :::
`,. ::,,,,,,,:.,,.` ` .: ::: ::: ::: :::
,,:,:,,,,,,,,::. ` ` `` .: ::: ::: ::: :::
,,:.,,,,,,,,,: `::, ,, ::,::` : :,::` :::: ::: ::: ::: :::
,:,,,,,,,,,,::,: ,, :. : :: : .: ::: ::: :::::::
:,,,,,,,,,,:,:: ,, : : : : .: ::: ::: :::::::::
` :,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::
`,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: :::
.,,,,::,,,,,,,: `: , ,, : ` : : .: ::: ::: ::: :::
...,::,,,,::.. `: .,, :, : : : .: ::::::::::: ::: :::
,::::,,,. `: ,, ::::: : : .: ::::::::: ::::::::::
,,:` `,,.
,,, .,` MULTI MODEL
,,. `, GRAPH DOCUMENT DATABASE
`` `.
``
` www.orientdb.org

*********************************************************************************

QUICK START
---------------
1) Start the server by executing “server.sh” (or “server.bat” if you’re using
Expand All @@ -42,11 +15,8 @@
---------------

Before to download, compile and install the last version of OrientDB please
assure to have Java installed. OrientDB needs Oracle Java JDK version 8 or major
to run the Server. JDK different by Oracle, like OpenJDK, could not work on some
configuration. We noticed also Oracle JDK is generally faster than OpenJDK.

To download Java go to: http://www.java.com/en/download/
assure to have Java installed. OrientDB needs Java JDK version 17 or major
to run the Server.

Note: Please assure to download the JDK and not JRE.

Expand All @@ -61,5 +31,3 @@ so it's always FREE for any purpose. If you're interested to Enterprise tools,
professional support, training or consultancy contact: [email protected].

Enjoy the Graphs,
OrientDB
(www.orientdb.com)

0 comments on commit 344727b

Please sign in to comment.