Welcome to the mishmash io documentation! Here you can get a quick introduction to the distributed database and links for further reading - covering topics like guides for various programming languages, how mishmash io works and how to get it.
mishmash io is a distributed database of a new kind.
It fits the typical application software designs, like frontend -> backend -> database.
Unlike other databases, with mishmash io you develop smart, predictive, data-driven algorithms (like ML or AI) and it executes them in parallel to give you speed and performance.
As a database, with mishmash io you:
collections, lists, maps, dicts, objects - the same scalars and data structures
of your programming languageSo, instead of this:
select asdf;
blah-blah
…you do this:
// C# examples coming soon
// Java examples coming soon
// JavaScript example coming soon
// PHP example coming soon
select asdf;
# Ruby examples coming soon
And instead of this:
select asdf;
blah-blah
…you do this:
// C# examples coming soon
// Java examples coming soon
// JavaScript example coming soon
// PHP example coming soon
select asdf;
# Ruby examples coming soon
Follow the steps below to learn more about mishmash io.
Additional information: The Whys, Whens and Whats
If you haven’t heard about mishmash io before, go through both documents below. They will help you put things into perspective.
Additional information: The Basics
Get started with mishmash io through some quick tutorials and how-to’s. Compare its features to other databases.
Additional information: The Details
Guides, code examples and mishmash io internals.
Additional information: The Specifics
mishmash io manuals specific to each programming language
Additional information: The Deployments
Instructions on how to spin up a mishmash io cluster in the cloud or on-prem
Additional information: No standalone version yet
At the moment mishmash io operates in distributed mode only.
We’re working on a standalone, single-node version that you can run on your laptop for local development or on a production server.
Follow our announcements on social media to get updated on future releases.
Additional information: The Resources
Tools and ideas on what else you can do with mishmash io.